Skip to content

Commit

Permalink
Correct name of ref environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson authored and oerc0122 committed Dec 20, 2024
1 parent 1ef4fde commit 6c27363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_utils/pypi_release_tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ passenv =
CC_LD
LDFLAGS
CPPFLAGS
commands_pre = {[pypi]inst_str} --no-binary "euphonic"
commands_pre = {[testenv]inst_str} --no-binary 'euphonic'

[testenv:{py310,py311,py312}]
commands_pre = {[pypi]inst_str} --only-binary 'euphonic'
commands_pre = {[testenv]inst_str} --only-binary 'euphonic'

[testenv:py310-min]
platform = (linux)|(win32)
Expand All @@ -35,4 +35,4 @@ set_env =
deps =
numpy==1.24
setuptools==60.*
commands_pre = {[pypi]inst_str} --only-binary 'euphonic'
commands_pre = {[testenv]inst_str} --only-binary 'euphonic'

0 comments on commit 6c27363

Please sign in to comment.