Skip to content

Commit

Permalink
fix container
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Aug 31, 2024
1 parent c60c0cf commit 8fa3476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
pytest-cpu:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
container: ${{ matrix.container }}
strategy:
matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
runs-on: linux-ubuntu-latest
container: ${{ matrix.container }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8fa3476

Please sign in to comment.