Skip to content

Commit

Permalink
ci: Install cargo on linux
Browse files Browse the repository at this point in the history
for python rust extensions
  • Loading branch information
Synss committed Oct 3, 2023
1 parent a023c48 commit 93a6672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ test-command = "pytest {project}/tests"

[tool.cibuildwheel.linux]
before-all = [
"yum install -y cargo", # dependency to nh3
"./scripts/download-mbedtls.sh $VERSION ~/.local/src",
"./scripts/install-mbedtls.sh ~/.local/src",
]
Expand Down

0 comments on commit 93a6672

Please sign in to comment.