Skip to content

Commit 8954a97

Browse files
committed
Set continue-on-error: true on tests of Python 2.7, ..., 3.8
1 parent 48a6a47 commit 8954a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_tests_hooks_and_tools.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
pylint --disable=R,C test_shapefile.py
3232
3333
test_on_EOL_Pythons:
34+
continue-on-error: true
3435
strategy:
3536
fail-fast: false
3637
matrix:

0 commit comments

Comments
 (0)