We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d4e4e commit 0d44b46Copy full SHA for 0d44b46
.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
43
# for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting
44
# this is why we run `coverage xml` afterwards (required by codecov)
45
- name: Upload to Codecov
46
- if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
+ if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
47
uses: codecov/codecov-action@v5
48
with:
49
name: jupyter-cache-pytests-py3.10
0 commit comments