Skip to content

Commit

Permalink
(fix) use script for rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnatarajan committed Nov 7, 2024
1 parent 1227967 commit 160123f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
CIBW_ENVIRONMENT_PASS_LINUX: CI
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
# We need rustup to build phimaker from source if necessary
CIBW_BEFORE_ALL_LINUX: dnf install -y zip rustup
CIBW_BEFORE_ALL_LINUX: dnf install -y zip && curl -sSf https://sh.rustup.rs | sh -s -- -y
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
CIBW_TEST_COMMAND: pytest {package}/tests
CIBW_TEST_REQUIRES: pytest~=8.2

Expand Down

0 comments on commit 160123f

Please sign in to comment.