Skip to content

Commit d73866d

Browse files
committed
Restore shapefile.py after renaming it, to ensure subsequent doctests in next step can find it
1 parent 5d91192 commit d73866d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ runs:
100100
REPLACE_REMOTE_URLS_WITH_LOCALHOST: ${{ inputs.replace_remote_urls_with_localhost }}
101101
run: |
102102
echo "Ensure the tests import the installed wheel"
103-
mv shapefile.py shapefile_repo.py
103+
mv shapefile.py __tmp.py
104104
pytest -rA --tb=short ${{ inputs.extra_args }}
105+
mv __tmp.py shapefile.py
105106
106107
107108

0 commit comments

Comments
 (0)