We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b5dea commit 17cedf8Copy full SHA for 17cedf8
.github/workflows/python-mamba.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ "ubuntu-latest"]
18
- python-version: [ "3.10" ]
+ python-version: [ "3.10" , "3.11" ]
19
fail-fast: false
20
env:
21
PYTHONUNBUFFERED: 1
@@ -41,7 +41,7 @@ jobs:
41
42
- run: micromamba env export
43
44
-# - run: python -c "import jwql; print('Version ' + jwql.__version__); print('Path ' + jwql.__path__[0])"
+# - run: python -c "import pystrometry; print('Version ' + pystrometry.__version__); print('Path ' + pystrometry.__path__[0])"
45
46
- run: pytest pystrometry/tests
47
-# pytest -n auto pystrometry/utils/tests
+ - run: pytest pystrometry/utils/tests
0 commit comments