Skip to content

Commit

Permalink
Attempted fix in workflow-yaml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannvk committed Nov 18, 2024
1 parent 383785e commit 075a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

upload-code-cov:
needs: [pytests-numba, pytests-no-numba]
- needs: [pytests-numba, pytests-no-numba]
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 075a3af

Please sign in to comment.