Skip to content

Commit f983462

Browse files
committed
Don't rename shapefile.py. It can't be imported from src now anyway.
1 parent d17387d commit f983462

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@ runs:
9797
working-directory: ${{ inputs.pyshp_repo_directory }}
9898
env:
9999
REPLACE_REMOTE_URLS_WITH_LOCALHOST: ${{ inputs.replace_remote_urls_with_localhost }}
100-
run: |
101-
echo "Ensure the tests import the installed wheel"
102-
mv shapefile.py __tmp.py
103-
pytest -rA --tb=short ${{ inputs.extra_args }}
104-
mv __tmp.py shapefile.py
100+
run: pytest -rA --tb=short ${{ inputs.extra_args }}
105101

106102

107103

setup.cfg

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)