Skip to content

Commit

Permalink
Simplify workflow pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Oct 29, 2023
1 parent 6868925 commit 30c13d6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_SKIP: cp36-* cp37-*
cp311-* cp312-*
CIBW_SKIP: cp36-* cp37-* cp311-* cp312-*
CIBW_BUILD_FRONTEND: pip
CIBW_TEST_SKIP: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -223,17 +222,8 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_BEFORE_ALL_LINUX: apk add --no-cache curl gcc && curl https://sh.rustup.rs
-sSf | sh -s -- -y && source $HOME/.cargo/env && rustup install
stable && rustup default stable
CIBW_ENVIRONMENT_LINUX: PATH="$PATH:$HOME/.cargo/bin:$HOME/.cargo/env"
CARGO_NET_GIT_FETCH_WITH_CLI="true"
CIBW_SKIP: cp36-* pp* *win32 *macosx* *manylinux* *686* *s390x* *x86* cp37-*
cp38-* cp39-* cp310-*
CIBW_BEFORE_BUILD: pip install -U setuptools-rust
CIBW_TEST_REQUIRES: networkx testtools fixtures
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-*
CIBW_BUILD_FRONTEND: pip
CIBW_TEST_COMMAND: python -m unittest discover {project}/tests/rustworkx_tests
CIBW_TEST_SKIP: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 30c13d6

Please sign in to comment.