Skip to content

Commit 953021f

Browse files
committed
Skip test
1 parent 221b964 commit 953021f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
uses: pypa/[email protected]
5656
env:
5757
CIBW_SKIP: cp2* cp35* pp*
58-
CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
59-
CIBW_BEFORE_TEST: pip install pytest dials-data
58+
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
59+
# CIBW_BEFORE_TEST: pip install pytest dials-data
6060

6161
- uses: actions/upload-artifact@v4
6262
with:

0 commit comments

Comments
 (0)