Skip to content

Commit

Permalink
Try pip --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Oct 4, 2023
1 parent 4a6e990 commit 2ae12e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
CIBW_SKIP: cp36-* pp* *win32 *macosx* *manylinux*
CIBW_BEFORE_BUILD: apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache py3-setuptools-rust py3-numpy
CIBW_TEST_REQUIRES:
CIBW_BUILD_FRONTEND: "pip; args: --no-deps"
CIBW_TEST_COMMAND: python -m unittest discover {project}/tests/rustworkx_tests
CIBW_TEST_SKIP: cp312-* cp311-* cp310-* cp39-* cp38-*
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2ae12e9

Please sign in to comment.