Skip to content

Commit d7859e9

Browse files
authored
Update tox.ini (#34)
* Update tox.ini * Update test_and_deploy.yml
1 parent a42b245 commit d7859e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
platform: [ubuntu-latest, windows-latest, macos-latest]
24-
python-version: [3.9, "3.10"]
24+
python-version: [3.9]
2525

2626
steps:
2727
- uses: actions/checkout@v2

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# For more information about tox, see https://tox.readthedocs.io/en/latest/
22
[tox]
3-
envlist = py{39}-{linux,macos,windows}
3+
envlist = py{38,39}-{linux,macos,windows}
44
isolated_build=true
55

66
[gh-actions]
77
python =
8+
3.8: py38
89
3.9: py39
910

1011
[gh-actions:env]
@@ -21,7 +22,6 @@ platform =
2122
passenv =
2223
CI
2324
GITHUB_ACTIONS
24-
DISPLAY XAUTHORITY
2525
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
2626
PYVISTA_OFF_SCREEN
2727
extras =

0 commit comments

Comments
 (0)