Skip to content

Commit

Permalink
-n auto at end of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 6, 2024
1 parent 5f62d09 commit edc7b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- runs-on: macos-latest
python-version: '3.11'
runs-on: ${{ matrix.runs-on }}
name: "`pytest --pyargs ${{ matrix.package }} -n auto ${{ matrix.pytest-args }}` (${{ matrix.runs-on }}, py${{ matrix.python-version }})"
name: "`pytest --pyargs ${{ matrix.package }} ${{ matrix.pytest-args }} -n auto` (${{ matrix.runs-on }}, py${{ matrix.python-version }})"
steps:
- if: matrix.crds-observatory != ''
run: |
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
crds-observatory: hst
jref: hst/references/hst
- package: drizzlepac
run: pytest -n auto tests/test_drizzlepac.py
run: pytest tests/test_drizzlepac.py -n auto
crds-observatory: hst
jref: hst/references/hst
exclude:
Expand Down

0 comments on commit edc7b9b

Please sign in to comment.