mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-23 14:10:29 +00:00
fix
This commit is contained in:
parent
45779680bf
commit
a9656e2915
@ -10,7 +10,7 @@ jobs:
|
|||||||
matrix_preparation:
|
matrix_preparation:
|
||||||
name: Prepare Container List
|
name: Prepare Container List
|
||||||
if: github.repository == 'hpcaitech/ColossalAI'
|
if: github.repository == 'hpcaitech/ColossalAI'
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted,ubuntu-latest]
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Release bdist wheels
|
name: Release bdist wheels
|
||||||
needs: matrix_preparation
|
needs: matrix_preparation
|
||||||
runs-on: [self-hosted, gpu]
|
runs-on: [self-hosted, ubuntu-latest]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix: ${{fromJson(needs.matrix_preparation.outputs.matrix)}}
|
matrix: ${{fromJson(needs.matrix_preparation.outputs.matrix)}}
|
||||||
|
Loading…
Reference in New Issue
Block a user