Skip to content

Commit 4dc6a76

Browse files
committed
Try 4 on cibuildwheel test
1 parent d8b3109 commit 4dc6a76

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: install pytest
18-
run: python -m pip install pytest
17+
# - name: install pytest
18+
# run: python -m pip install pytest
1919

2020
- name: Build wheels
2121
uses: pypa/cibuildwheel@v2.2.2
2222
# to supply options, put them in 'env', like:
2323
env:
2424
CIBW_SKIP: '*musllinux* pp*'
2525
CIBW_TEST_REQURES: pytest, numpy==1.20.1
26+
CIBW_BEFORE_TEST: python -m pip install pytest
2627
CIBW_TEST_COMMAND: python -m pytest {package}/tests
2728
- uses: actions/upload-artifact@v2
2829
with:

0 commit comments

Comments
 (0)