mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-23 19:32:25 +00:00
Update wheel.yml
This commit is contained in:
parent
e9477896ff
commit
d8c5b80afb
1 changed files with 1 additions and 8 deletions
9
.github/workflows/wheel.yml
vendored
9
.github/workflows/wheel.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: ["macos-latest", "ubuntu-latest", "windows-latest", "macos-latest-xlarge"]
|
||||
os: ["macos-13", "ubuntu-latest", "windows-latest", "macos-latest-xlarge"]
|
||||
cibw_arch: ["native"]
|
||||
# Build one wheel (ABI = none) using first build spec, then test on all python versions.
|
||||
cibw_build: ["cp39-* cp310-* cp311-*"]
|
||||
|
|
@ -38,13 +38,6 @@ jobs:
|
|||
- name: "Checkout repo"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Temporary, until pipx is added to the macOS large runner image
|
||||
- name: "Install pipx"
|
||||
if: matrix.os == 'macos-latest-xlarge'
|
||||
run: |
|
||||
brew install pipx
|
||||
pipx ensurepath
|
||||
|
||||
- name: "Restore RTools40"
|
||||
if: startsWith(runner.os, 'Windows')
|
||||
id: cache-rtools
|
||||
|
|
|
|||
Loading…
Reference in a new issue