Skip to content

Commit dcac211

Browse files
committed
filter wheel downloads to only pull for the OS version
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 021f574 commit dcac211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest && python -m pip install -r tests/requirements.txt
228228
- uses: actions/download-artifact@v5
229229
with:
230-
pattern: 'wheel-*'
230+
pattern: wheel-${{ matrix.os }}-*
231231
path: 'wheelhouse'
232232
merge-multiple: true
233233
- name: Install wheel for environment

0 commit comments

Comments
 (0)