Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Aug 6, 2024
1 parent 4d8e07a commit 4ab07d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
jobs:
daily-pytest-cpu:
uses: mosaicml/ci-testing/.github/workflows/[email protected]
uses: mosaicml/ci-testing/.github/actions/[email protected]
strategy:
matrix:
include:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
download-path: artifacts

daily-pytest-gpu:
uses: mosaicml/ci-testing/.github/workflows/[email protected]
uses: mosaicml/ci-testing/.github/actions/[email protected]
strategy:
matrix:
# Unlike CPU tests, we run daily tests together with GPU tests to minimize launch time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
jobs:
pytest-cpu:
uses: mosaicml/ci-testing/.github/workflows/[email protected]
uses: mosaicml/ci-testing/.github/actions/[email protected]
strategy:
matrix:
include:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
jobs:
pytest-gpu-1:
uses: mosaicml/ci-testing/.github/workflows/[email protected]
uses: mosaicml/ci-testing/.github/actions/[email protected]
strategy:
matrix:
include:
Expand All @@ -35,7 +35,7 @@ jobs:
mcloud-api-key: ${{ secrets.MCLOUD_API_KEY }}

pytest-gpu-2:
uses: mosaicml/ci-testing/.github/workflows/[email protected]
uses: mosaicml/ci-testing/.github/actions/[email protected]
strategy:
matrix:
include:
Expand All @@ -62,7 +62,7 @@ jobs:


pytest-gpu-4:
uses: mosaicml/ci-testing/.github/workflows/[email protected]
uses: mosaicml/ci-testing/.github/actions/[email protected]
strategy:
matrix:
include:
Expand Down

0 comments on commit 4ab07d1

Please sign in to comment.