Skip to content

Commit

Permalink
run cargo clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jul 22, 2024
1 parent 33ff333 commit c3f99d5
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 @@ -31,6 +31,7 @@ environment = "PIP_ONLY_BINARY=:all: CARGO_HOME=/usr/local/"
skip = "*_i686 pp* *musllinux* cp{31[!01],3[!01]?,[!3]*}-win32"
build-verbosity = 1
before-all = "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
before-build = "cargo clean --manifest-path rust/Cargo.toml"
build-frontend = "build"
#test-requires = "pytest>=5.3.2 numpy Pillow>=7.0.0"
#test-command = "pytest {project}/test -vv"

0 comments on commit c3f99d5

Please sign in to comment.