Skip to content

Commit

Permalink
TST: Add pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Aug 18, 2023
1 parent 882715a commit 208456f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- name: Install Python dependencies
run: python -m pip install --upgrade tox
- name: Run tests
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
run: |
pip freeze
tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
tests_external_liberfa:
name: ${{ matrix.name }}
Expand Down

0 comments on commit 208456f

Please sign in to comment.