Skip to content

Commit 951de2b

Browse files
authored
Merge pull request #3401 from teojgo/ci/fix_wheel_name_convention
[ci] Fix wheel file pattern in the wheel validation Github action
2 parents eaeb498 + 0d4571f commit 951de2b

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)