Skip to content

Commit

Permalink
fixup: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashervier committed Jul 19, 2023
1 parent 27cba38 commit 203ac7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
include:
- python-version: 3.7
tf-version: 2.1
tf-version: 2.2
- python-version: 3.8
tf-version: 2.5
- python-version: 3.9
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ignore-docstrings = yes
ignore-imports = no

[tox:tox]
envlist = py{37,38,39,310}-lint, py{37,38,39,310}-tf{21,25,28,211}, py{38,39,310}-tf{25,28,211}-torch{111,113,200}
envlist = py{37,38,39,310}-lint, py{37,38,39,310}-tf{22,25,28,211}, py{38,39,310}-tf{25,28,211}-torch{111,113,200}

[testenv:py{37,38,39,310}-lint]
deps =
Expand All @@ -36,11 +36,11 @@ deps =
commands =
python -m pylint xplique

[testenv:py{37,38,39,310}-tf{21,25,28,211}]
[testenv:py{37,38,39,310}-tf{22,25,28,211}]
deps =
pytest
pytest-cov
tf21: tensorflow ~= 2.1.0
tf21: tensorflow ~= 2.2.0
tf25: tensorflow ~= 2.5.0
tf28: tensorflow ~= 2.8.0
tf211: tensorflow ~= 2.11.0
Expand Down

0 comments on commit 203ac7e

Please sign in to comment.