Skip to content

Commit 5d91192

Browse files
committed
Relax glob used to find wheel
1 parent 24ae08e commit 5d91192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
shell: bash
8585
working-directory: dist/
8686
run: |
87-
WHEEL_NAME=$(ls pyshp-*-py3-none-any.whl)
87+
WHEEL_NAME=$(ls pyshp-*py3-none-any.whl)
8888
python -m pip install $WHEEL_NAME[test]
8989
9090
- name: Show Python and Pytest versions for logs.

0 commit comments

Comments
 (0)