Skip to content

Commit 5966ab7

Browse files
committed
only test on python 3.10 for now
1 parent e2b3fde commit 5966ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: ["ubuntu-latest"]
18-
python-version: ["3.10", "3.11"]
18+
python-version: ["3.10"]
1919
test-file: ["tests/test_dcip.py", "tests/test_em.py", "tests/test_gpr.py tests/test_seismic.py", "tests/test_inversion.py", "tests/test_gravity.py tests/test_mag.py"]
2020

2121
steps:

0 commit comments

Comments
 (0)