Skip to content

Commit 8373e72

Browse files
committed
TST: fix github actions test
1 parent 1584ffb commit 8373e72

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
- windows-latest
1414
python-version:
1515
- 3.7
16-
- 3.9
17-
- 3.11.3
18-
exclude:
19-
- os: ubuntu-latest
20-
python-version: 3.11.3
16+
- 3.11
2117
steps:
2218
- uses: actions/checkout@v2
2319
- name: Set up Python ${{ matrix.python-version }}
@@ -34,6 +30,5 @@ jobs:
3430
- name: Test with pytest
3531
run: |
3632
pytest
37-
pytest -k 'test_gfs_atmosphere' --runslow
3833
cd rocketpy
3934
pytest --doctest-modules

0 commit comments

Comments
 (0)