Skip to content

Commit

Permalink
pinning tox to a more recent 3.x version (conda-tox will cap it below 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver committed Dec 16, 2022
1 parent 126541a commit 74c29a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/scripts/setup_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fi
source .jenkins/scripts/download_and_install_anaconda.sh

conda install --yes pip wheel
pip install "tox<=3.17.1" tox-conda
pip install "tox>=3.8.1" tox-conda

0 comments on commit 74c29a7

Please sign in to comment.