Skip to content

Commit

Permalink
Different way of getting test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgillam committed Aug 6, 2024
1 parent ead2963 commit bb72bed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
env:
CIBW_BUILD: "${{ matrix.build }}${{ matrix.python }}*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BEFORE_TEST: >
pip install -r requirements_dev.txt &&
pip install tox tox-gh-actions
CIBW_TEST_REQUIREMENTS: "-r requirements_dev.txt tox-gh-actions"
CIBW_TEST_COMMAND: >
tox --conf {project}/tox.ini -e latestnpy &&
tox --conf {project}/tox.ini -e oldestnpy
Expand Down

0 comments on commit bb72bed

Please sign in to comment.