Skip to content

Commit

Permalink
Fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 committed Dec 20, 2024
1 parent 6c27363 commit f32fb0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build_utils/pypi_release_tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ commands_pre = {[testenv]inst_str} --only-binary 'euphonic'

[testenv:py310-min]
platform = (linux)|(win32)
set_env =
PIP_CONSTRAINT={toxinidir}/tests_and_analysis/minimum_euphonic_requirements.txt
deps =
numpy==1.24
setuptools==60.*
commands_pre = {[testenv]inst_str} --only-binary 'euphonic'
commands_pre = {[testenv]inst_str} -c {toxinidir}/../tests_and_analysis/minimum_euphonic_requirements.txt --only-binary 'euphonic'

0 comments on commit f32fb0e

Please sign in to comment.