Skip to content

Commit

Permalink
github: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michamos committed Jan 22, 2024
1 parent 6deeaf6 commit 5a1a1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
${{ matrix.pip }} --no-cache-dir install --user -r requirements.txt
- name: Show python dependencies
run: |
${{ matrix.python }} --version
${{ matrix.pip }} freeze
Expand Down

0 comments on commit 5a1a1e8

Please sign in to comment.