Skip to content

Commit

Permalink
print pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jul 11, 2024
1 parent f6b81ed commit 30754ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Install deps
run: pip install cython numpy

- name: pip freeze
run: pip freeze

- name: Installing package
run: pip install -e .

Expand Down

0 comments on commit 30754ad

Please sign in to comment.