File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 pylint --disable=R,C test_shapefile.py
3232
33- test_on_EOL_Pythons :
34- continue-on-error : true
35- strategy :
36- fail-fast : false
37- matrix :
38- python-version : [
39- " 3.6" ,
40- " 3.7" ,
41- " 3.8" ,
42- ]
43-
44- runs-on : ubuntu-latest
45- container :
46- image : python:${{ matrix.python-version }}
47-
48- steps :
49- - uses : actions/checkout@v4
50- with :
51- path : ./Pyshp
52-
53- - name : Non-network tests
54- uses : ./Pyshp/.github/actions/test
55- with :
56- pyshp_repo_directory : ./Pyshp
57- python-version : ${{ matrix.python-version }}
58-
59- - name : Network tests
60- uses : ./Pyshp/.github/actions/test
61- with :
62- extra_args : ' -m network'
63- replace_remote_urls_with_localhost : ' yes'
64- pyshp_repo_directory : ./Pyshp
65- python-version : ${{ matrix.python-version }}
66-
6733 test_on_supported_Pythons :
6834 strategy :
6935 fail-fast : false
You can’t perform that action at this time.
0 commit comments