Skip to content

Commit

Permalink
ci(release_wheels): install dev requirements in CIBW_TEST_EXTRAS
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Mar 14, 2022
1 parent 9ebb5c9 commit 8503958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
# due to package and module name conflict have to temporarily move it away to run tests
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
CIBW_BEFORE_TEST: mv {package}/qsimcirq /tmp
CIBW_TEST_EXTRAS: "dev"
CIBW_TEST_COMMAND: "pytest {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8503958

Please sign in to comment.