mirror of
https://github.com/openai/harmony.git
synced 2025-08-22 16:17:08 -04:00
gate builds on tests
This commit is contained in:
parent
ff28a9ed87
commit
bcbabf7b93
1 changed files with 6 additions and 0 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -33,7 +33,9 @@ jobs:
|
|||
with:
|
||||
python-version: "3.11"
|
||||
rust-toolchain: stable
|
||||
|
||||
linux:
|
||||
needs: [tests]
|
||||
runs-on: ${{ matrix.platform.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -68,6 +70,7 @@ jobs:
|
|||
path: dist
|
||||
|
||||
musllinux:
|
||||
needs: [tests]
|
||||
runs-on: ${{ matrix.platform.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -102,6 +105,7 @@ jobs:
|
|||
path: dist
|
||||
|
||||
windows:
|
||||
needs: [tests]
|
||||
runs-on: ${{ matrix.platform.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -129,6 +133,7 @@ jobs:
|
|||
path: dist
|
||||
|
||||
macos:
|
||||
needs: [tests]
|
||||
runs-on: ${{ matrix.platform.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -155,6 +160,7 @@ jobs:
|
|||
path: dist
|
||||
|
||||
sdist:
|
||||
needs: [tests]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue