Skip to content

Commit

Permalink
Fix CI builds: pin tox-conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccafair committed Jun 2, 2021
1 parent 601a32a commit 7b30f62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[tox]
# Use conda to set up the python environments to run in
requires = tox-conda
# Pin tox-conda 0.7.3 for now as tox-conda 0.8 requires conda 4.9.0
# which isn't yet installed on all CI nodes
requires = tox-conda==0.7.3
# The python environments to run the tests in
envlist = py36,py37,py38
# Skip the execution of setup.py as we do it with the correct arg in commands_pre below
Expand Down

0 comments on commit 7b30f62

Please sign in to comment.