Skip to content

Commit

Permalink
List installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Dec 17, 2024
1 parent 4723529 commit ae6f131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- name: "Pip installing requirements.txt . . ."
run: |
pip3 install -r requirements.txt
- name: "List installed packages . . ."
run: |
pip3 list
micromamba list
- name: "Pip3 installing libsemigroups_pybind11 . . ."
run: |
echo $PKG_CONFIG_PATH
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
setuptools==75.6.0
graphviz==0.20.3
numpy==2.0.2
packaging==24.2
Expand Down

0 comments on commit ae6f131

Please sign in to comment.