We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bd43d commit 7bca2b5Copy full SHA for 7bca2b5
.github/workflows/python-mamba.yml
@@ -42,6 +42,5 @@ jobs:
42
43
# - run: python -c "import jwql; print('Version ' + jwql.__version__); print('Path ' + jwql.__path__[0])"
44
45
- - run: |
46
- pytest -n auto pystrometry/tests
47
- pytest -n auto pystrometry/utils/tests
+ - run: pytest -n auto pystrometry/tests
+# pytest -n auto pystrometry/utils/tests
0 commit comments