Skip to content

Commit

Permalink
Test: Separated pip list into separate workflow steps
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Jul 18, 2021
1 parent 7d704d5 commit 88ec4c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,17 @@ jobs:
PACKAGE_LEVEL: ${{ matrix.package_level }}
run: |
make install
- name: Display Python packages after package install
run: |
echo "Installed Python packages:"
pip list
- name: Development setup
env:
PACKAGE_LEVEL: ${{ matrix.package_level }}
run: |
make develop
- name: Display Python packages after development setup
run: |
echo "Installed Python packages:"
pip list
- name: Run build
Expand Down

0 comments on commit 88ec4c4

Please sign in to comment.