Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 14, 2024
1 parent 48ee411 commit 27f9ddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ./.github/actions/setup_env
with:
os-label: linux-64

- name: Discover continuum tests
id: discover-ct
run: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: test-matrix
strategy:
matrix:
test-path: ${{fromJson(needs.test-matrix.outputs.discover-nct)}}
test-path: ${{fromJson(needs.test-matrix.outputs.discover-ct)}}
os: ["macos-latest", "ubuntu-latest"]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand All @@ -100,7 +100,7 @@ jobs:
run: |
pip install -e .
- name: Run continuum tests
- name: Run tests
run: pytest ${{ matrix.test-path }} ${{ env.PYTEST_FLAGS }} -m continuum

- name: Refdata Generation tests
Expand Down

0 comments on commit 27f9ddc

Please sign in to comment.