From edc7b9beeaf754360b0832bca32e97359ca78348 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Tue, 6 Aug 2024 09:54:09 -0400 Subject: [PATCH] -n auto at end of arguments --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9de553b..a33aa1a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: | @@ -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: