We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b3109 commit 4dc6a76Copy full SHA for 4dc6a76
1 file changed
.github/workflows/build_wheels.yml
@@ -14,15 +14,16 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v2
17
- - name: install pytest
18
- run: python -m pip install pytest
+ # - name: install pytest
+ # run: python -m pip install pytest
19
20
- name: Build wheels
21
uses: pypa/cibuildwheel@v2.2.2
22
# to supply options, put them in 'env', like:
23
env:
24
CIBW_SKIP: '*musllinux* pp*'
25
CIBW_TEST_REQURES: pytest, numpy==1.20.1
26
+ CIBW_BEFORE_TEST: python -m pip install pytest
27
CIBW_TEST_COMMAND: python -m pytest {package}/tests
28
- uses: actions/upload-artifact@v2
29
with:
0 commit comments