Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Apr 11, 2023
1 parent c018e44 commit f888d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# this is why we run `coverage xml` afterwards (required by codecov)

- name: Upload to Codecov
if: github.repository == 'executablebooks/MyST-NB' && ${{ matrix.python-version }} == '3.9' && ${{ matrix.os }} == 'ubuntu-latest'
if: github.repository == 'executablebooks/MyST-NB' && matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v1
with:
name: myst-nb-pytests
Expand Down

0 comments on commit f888d4f

Please sign in to comment.