Skip to content

Commit

Permalink
install wheels in dist/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jun 10, 2024
1 parent 9258566 commit 244b583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ jobs:
- name: Build and install macos-13
run: |
PATH="/usr/local/opt/llvm/bin:$PATH"
pip install --verbose .
pipx run build --verbose
if: matrix.platform == 'macos-13'

- name: Build and install macos-14
run: |
PATH="/opt/homebrew/opt/llvm/bin:$PATH"
pip install --verbose .
pipx run build --verbose
if: matrix.platform == 'macos-14'

- name: Build and install windows-latest
Expand All @@ -120,7 +120,7 @@ jobs:
- name: Build and install ubuntu-latest
run: |
platform=linux
pip install --verbose .
pipx run build --verbose
if: matrix.platform == 'ubuntu-latest'

- name: Test not windows
Expand Down

0 comments on commit 244b583

Please sign in to comment.