Skip to content

Commit 17cedf8

Browse files
.
1 parent 16b5dea commit 17cedf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-mamba.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ "ubuntu-latest"]
18-
python-version: [ "3.10" ]
18+
python-version: [ "3.10" , "3.11" ]
1919
fail-fast: false
2020
env:
2121
PYTHONUNBUFFERED: 1
@@ -41,7 +41,7 @@ jobs:
4141

4242
- run: micromamba env export
4343

44-
# - run: python -c "import jwql; print('Version ' + jwql.__version__); print('Path ' + jwql.__path__[0])"
44+
# - run: python -c "import pystrometry; print('Version ' + pystrometry.__version__); print('Path ' + pystrometry.__path__[0])"
4545

4646
- run: pytest pystrometry/tests
47-
# pytest -n auto pystrometry/utils/tests
47+
- run: pytest pystrometry/utils/tests

0 commit comments

Comments
 (0)