Skip to content

Commit

Permalink
Eh, screw it, I'm not dealing with Windows shell quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jul 30, 2022
1 parent cbd4b80 commit 6f1003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
"pip install -r .github/mypyc-requirements.txt ${{ matrix.extra_before_build
}}"

CIBW_BEFORE_TEST: "pip install 'pytest>=6.1.1'"
CIBW_BEFORE_TEST: "pip install pytest"
CIBW_TEST_COMMAND: 'pytest {project} -k "not incompatible_with_mypyc"'
CIBW_TEST_EXTRAS: "d,jupyter"
# Skip trying to test arm64 builds on Intel Macs.
Expand Down

0 comments on commit 6f1003d

Please sign in to comment.