Skip to content

Commit

Permalink
Display package versions in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Jan 18, 2022
1 parent 4761dfb commit dd29695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- name: Install oldest supported version
if: ${{ matrix.OLDEST_SUPPORTED_VERSION }}
run: pip install ${{ matrix.DEPENDENCIES }}
- name: Display package versions
run: pip list
- name: Run tests
run: pytest --cov=orix --pyargs orix
- name: Generate line coverage
Expand Down

0 comments on commit dd29695

Please sign in to comment.