Skip to content

Commit 90ce45f

Browse files
committed
fix
1 parent 5ef0356 commit 90ce45f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
python-version: ${{ inputs.pyVersion }}
3232

3333
- 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 }}
3734
run: |
3835
if [ "${{ matrix.use-latest-deps }}" = "true" ]; then
3936
make dev-latest test
@@ -42,7 +39,6 @@ jobs:
4239
fi
4340
4441
- name: Publish test coverage
45-
if: ${{ !matrix.use-latest-deps }}
4642
uses: codecov/codecov-action@v4
4743
env:
4844
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)