mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-10 17:37:20 +00:00
Update wheel.yml
This commit is contained in:
parent
82180bbc8e
commit
1b2cabb4a8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/wheel.yml
vendored
1
.github/workflows/wheel.yml
vendored
|
|
@ -59,6 +59,7 @@ jobs:
|
|||
env:
|
||||
CIBW_ENVIRONMENT: >
|
||||
STAN_BACKEND="${{ env.STAN_BACKEND }}"
|
||||
MACOSX_DEPLOYMENT_TARGET="${{ matrix.os == 'macos-13' && 10.11 || 11.0 }}"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
CIBW_BUILD: ${{ matrix.cibw_build }}
|
||||
CIBW_SKIP: "*musllinux*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue