Skip to content

Commit

Permalink
ci: List installed Python packages
Browse files Browse the repository at this point in the history
* List installed packages during CI.
  • Loading branch information
matthewfeickert committed May 29, 2024
1 parent aad8010 commit 4d1b69d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install .[test]
- name: List installed Python packages
run: python -m pip list

- name: Static code analysis with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 4d1b69d

Please sign in to comment.