Skip to content

Commit c53e9ec

Browse files
authored
Log package versions in CI (#468)
1 parent 7a4a12b commit c53e9ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
if: ${{ startsWith(matrix.python-version, '3.') }}
3737
run: pip install --upgrade -r dev-requirements-py3.txt
3838

39+
- name: Log package versions
40+
run: pip freeze
41+
3942
- name: Run tests
4043
run: pytest tests --cov=./
4144

0 commit comments

Comments
 (0)