Skip to content

Commit

Permalink
updating before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Procatv committed Aug 7, 2024
1 parent 29cdefd commit 28c6c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ test-command = "stestr run --abbreviate"
# tendency to crash if they're installed from source by `pip install`, and since
# Numpy 1.22 there are no i686 wheels, so we force pip to use older ones without
# restricting any dependencies that Numpy and Scipy might have.
before-test = "pip install --only-binary=numpy,scipy numpy scipy -r {project}/requirements-dev.txt"# Some jobs locally override the before-build and environment configuration if a
before-test = "pip install numpy scipy -r ./requirements-dev.txt"
# Some jobs locally override the before-build and environment configuration if a
# specific job override is needed. For example tier 1 platforms locally override
# the before-build and environment configuration to enable PGO,
# see: .github/workflows/wheels.yml for the jobs where this is done
Expand Down

0 comments on commit 28c6c25

Please sign in to comment.