Skip to content

Commit 0d4571f

Browse files
author
Theofilos Manitaras
committed
Fix wheel file pattern in wheel validation
Signed-off-by: Theofilos Manitaras <[email protected]>
1 parent eaeb498 commit 0d4571f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
python -m build
152152
- name: Install Wheel
153153
run: |
154-
python -m pip install dist/ReFrame_HPC*.whl
154+
python -m pip install dist/*.whl
155155
- name: Test Installation
156156
run: |
157157
reframe -V

0 commit comments

Comments
 (0)