Skip to content

Commit

Permalink
ci: List Python packages installed before testing
Browse files Browse the repository at this point in the history
* Add an easy to parse log of the environment used for each test, which is useful
  for debugging differences between CI jobs seperated in time.
  • Loading branch information
matthewfeickert committed Sep 12, 2024
1 parent 1170c1a commit 9cbe78c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
echo $PATH
python -m pip install '.[test]' -v
- name: List installed Python packages
run: python -m pip list

- name: Test package
run: python -m pytest -vv -rs -Wd

Expand Down

0 comments on commit 9cbe78c

Please sign in to comment.