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 5ef0356 commit 90ce45fCopy full SHA for 90ce45f
.github/workflows/test.yml
@@ -31,9 +31,6 @@ jobs:
31
python-version: ${{ inputs.pyVersion }}
32
33
- name: Run tests
34
- # Tolerate failure when using latest deps; this is just an early warning notification
35
- # that there may have been a breaking change in a dependency.
36
- continue-on-error: ${{ matrix.use-latest-deps }}
37
run: |
38
if [ "${{ matrix.use-latest-deps }}" = "true" ]; then
39
make dev-latest test
@@ -42,7 +39,6 @@ jobs:
42
fi
43
40
44
41
- name: Publish test coverage
45
- if: ${{ !matrix.use-latest-deps }}
46
uses: codecov/codecov-action@v4
47
env:
48
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments