Skip to content

Commit 7bca2b5

Browse files
.
1 parent 96bd43d commit 7bca2b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-mamba.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ jobs:
4242

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

45-
- run: |
46-
pytest -n auto pystrometry/tests
47-
pytest -n auto pystrometry/utils/tests
45+
- run: pytest -n auto pystrometry/tests
46+
# pytest -n auto pystrometry/utils/tests

0 commit comments

Comments
 (0)