Skip to content

Commit

Permalink
update tox minimum in conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Feb 26, 2025
1 parent 9b98c86 commit 6379f5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
run: |
conda config --set always_yes yes --set changeps1 no
conda info
conda install -c conda-forge tox
conda install -c conda-forge "tox>=4.0"
- name: Conda reporting
run: |
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[tox]
envlist = test-py{39,310,311,312,313}-pinned
requires = pip >= 22.0
isolated_build = True

[testenv]
download = True
Expand Down

0 comments on commit 6379f5c

Please sign in to comment.