Skip to content

Commit

Permalink
up to date with SciTools#173
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Dec 2, 2024
1 parent 1d22ebb commit 8ed4679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
.tox
- name: Run tox
run: pipx run 'tox<4'
run: |
pip install 'tox<4'
tox -e py311-test
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[tox]
requires =
tox-conda
minversion = 3.15
base_python = py311
envlist=py{38,39,310,311}
isolated_build = True

[testenv]
[testenv:py{38,39,310,311}-test]
description = invoke pytest to run automated tests
deps =
pytest
Expand Down

0 comments on commit 8ed4679

Please sign in to comment.