Skip to content

Commit 2ff663f

Browse files
committed
Printing out actually used versions
1 parent 472cad7 commit 2ff663f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python3 -m pip install --upgrade pip doit
2727
python3 -m pip install .
2828
doit install_test_deps
29+
python3 -m pip freeze # do make debugging easier for failures due to version changes
2930
3031
- name: Test with pytest
3132
run: |

0 commit comments

Comments
 (0)