Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jun 1, 2024
1 parent 856c8e8 commit f3fb86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: ${{ matrix.python }}
- uses: actions/download-artifact@v4
with:
name: wheelhouse-${{ matrix.python }}
name: wheelhouse-${{ matrix.os }}
path: wheelhouse
- run: python -m pip install --find-links wheelhouse aedat
- run: python -c 'import aedat'
Expand Down

0 comments on commit f3fb86a

Please sign in to comment.