Skip to content

Commit 24ae08e

Browse files
committed
Correct name of upload artefact (to PyShp_wheel_and_sdist) and remove unsupported input variable
1 parent 2651884 commit 24ae08e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
- name: Download wheel and sdist (built in previous jobs)
7878
uses: actions/download-artifact@v4
7979
with:
80-
name: python_wheel_gcc_linux
80+
name: PyShp_wheel_and_sdist
8181
path: dist
8282

8383
- name: Install PyShp from the wheel (built in prev step)

.github/workflows/run_checks_build_and_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
uses: ./Pyshp/.github/actions/test
7373
with:
7474
pyshp_repo_directory: ./Pyshp
75-
python-version: ${{ matrix.python-version }}
7675

7776
- name: Network tests
7877
uses: ./Pyshp/.github/actions/test

0 commit comments

Comments
 (0)