Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 9b72d32

Browse files
committed
Explicitly evaluate wildcard for dist/*
1 parent f5efb1b commit 9b72d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
twine check dist/*
5757
5858
- name: Install library, with test extra
59-
run: pip install dist/*[test]
59+
run: pip install $(echo dist/*)[test]
6060

6161
- name: Unit testing
6262
run: |

0 commit comments

Comments
 (0)