Skip to content

Commit

Permalink
Update pip-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes authored Sep 7, 2024
1 parent ba776d8 commit ede7d12
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,55 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-22.04

steps:
steps:
- uses: actions/download-artifact@v4
with:
name: wheel-ubuntu-20.04-*
path: wheelhouse

- uses: actions/download-artifact@v4
with:
name: wheel-ubuntu-22.04-*
path: wheelhouse

- uses: actions/download-artifact@v4
with:
name: wheel-macos-12-*
path: wheelhouse

- uses: actions/download-artifact@v4
with:
name: wheel-macos-13-*
path: wheelhouse

- uses: actions/download-artifact@v4
with:
name: wheel-*
name: wheel-macos-14-*
path: wheelhouse

- uses: actions/download-artifact@v4
with:
name: sdist-*
name: sdist-ubuntu-20.04-*
path: dist

- uses: actions/download-artifact@v4
with:
name: sdist-ubuntu-22.04-*
path: dist

- uses: actions/download-artifact@v4
with:
name: sdist-macos-12-*
path: dist

- uses: actions/download-artifact@v4
with:
name: sdist-macos-13-*
path: dist

- uses: actions/download-artifact@v4
with:
name: sdist-macos-14-*
path: dist

- name: Install dependencies
Expand Down

0 comments on commit ede7d12

Please sign in to comment.