We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472cad7 commit 2ff663fCopy full SHA for 2ff663f
.github/workflows/tests.yml
@@ -26,6 +26,7 @@ jobs:
26
python3 -m pip install --upgrade pip doit
27
python3 -m pip install .
28
doit install_test_deps
29
+ python3 -m pip freeze # do make debugging easier for failures due to version changes
30
31
- name: Test with pytest
32
run: |
0 commit comments