Skip to content

Commit f3fb86a

Browse files
committed
Fix workflow
1 parent 856c8e8 commit f3fb86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{ matrix.python }}
4848
- uses: actions/download-artifact@v4
4949
with:
50-
name: wheelhouse-${{ matrix.python }}
50+
name: wheelhouse-${{ matrix.os }}
5151
path: wheelhouse
5252
- run: python -m pip install --find-links wheelhouse aedat
5353
- run: python -c 'import aedat'

0 commit comments

Comments
 (0)