Skip to content

Commit

Permalink
Removed superfluous name for step that was removed when not installin…
Browse files Browse the repository at this point in the history
…g numba.
  • Loading branch information
johannvk committed Nov 18, 2024
1 parent bc8795e commit 98e9896
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash

pytests:
# name: pytests-with-numba
name: pytests-with-numba
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .[dev,numba]
python -m pip install pytest
- name: Disable numba JIT
run: |
echo "NUMBA_DISABLE_JIT=1" >> $GITHUB_ENV
- name: Test with pytest
Expand All @@ -48,7 +47,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

pytests-no-numba:
# name: pytests-no-numba
name: pytests-no-numba
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -61,7 +60,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .[dev]
python -m pip install pytest
- name: Disable numba JIT
- name: Test with pytest
run: |
pytest --cov --cov-report=xml
Expand Down

0 comments on commit 98e9896

Please sign in to comment.