We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1bb04 commit e17684eCopy full SHA for e17684e
1 file changed
.github/workflows/pytest.yml
@@ -35,4 +35,4 @@ jobs:
35
make lint
36
- name: Test with pytest
37
run: |
38
- make local-install && make test
+ pip freeze && make local-install && make test
0 commit comments