Skip to content

Commit eca2c68

Browse files
only testing python 3.8 (until nwb updates to new h5py)
1 parent aae3b93 commit eca2c68

File tree

3 files changed

+3
-3
lines changed

3 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.8, 3.9]
24+
python-version: [3.8]
2525

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

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- pytorch
55
dependencies:
6-
- python>=3.8
6+
- python>=3.8,<3.9
77
- pip
88
- mkl
99
- tbb

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = py{38,39}-{linux,macos,windows}
55
[gh-actions]
66
python =
77
3.8: py38
8-
3.9: py39
8+
#3.9: py39
99

1010
[gh-actions:env]
1111
PLATFORM =

0 commit comments

Comments
 (0)