Skip to content

Commit 8cc0dbb

Browse files
List installed packages
1 parent 4723529 commit 8cc0dbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
- name: "Pip installing requirements.txt . . ."
5151
run: |
5252
pip3 install -r requirements.txt
53+
pip3 list
54+
micromamba list
5355
- name: "Pip3 installing libsemigroups_pybind11 . . ."
5456
run: |
5557
echo $PKG_CONFIG_PATH

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
setuptools==75.6.0
21
graphviz==0.20.3
32
numpy==2.0.2
43
packaging==24.2

0 commit comments

Comments
 (0)