We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4a12b commit c53e9ecCopy full SHA for c53e9ec
1 file changed
.github/workflows/push.yml
@@ -36,6 +36,9 @@ jobs:
36
if: ${{ startsWith(matrix.python-version, '3.') }}
37
run: pip install --upgrade -r dev-requirements-py3.txt
38
39
+ - name: Log package versions
40
+ run: pip freeze
41
+
42
- name: Run tests
43
run: pytest tests --cov=./
44
0 commit comments