Skip to content

Commit

Permalink
Fix test reqs env typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jun 9, 2022
1 parent 9e49e0c commit c066b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.py }}-${{ matrix.system }}_*
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BEFORE_ALL: ${{ env.wheel-compile}}
CIBW_TEST_REQUIRES: ${{ env.wheel-test-reqs }}
CIBW_BEFORE_ALL: ${{ env.wheel-compile }}
CIBW_TEST_REQUIRES: ${{ env.wheel-test-req }}
CIBW_TEST_COMMAND: ${{ env.wheel-test-cmd }}

- name: Store artifacts
Expand Down

0 comments on commit c066b25

Please sign in to comment.