Skip to content

Commit

Permalink
update ci-testing to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Aug 16, 2024
1 parent 93b22d8 commit 1eb7110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run PR CPU Tests
uses: mosaicml/ci-testing/.github/actions/[email protected].0
uses: mosaicml/ci-testing/.github/actions/[email protected].2
with:
name: ${{ matrix.name }}
container: ${{ matrix.container }}
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 @@ -30,7 +30,7 @@ jobs:
ci_repo_gpu_test_ref: v0.1.0
steps:
- name: Run PR GPU Tests
uses: mosaicml/ci-testing/.github/actions/[email protected].0
uses: mosaicml/ci-testing/.github/actions/[email protected].2
with:
container: ${{ matrix.container }}
git_repo: mosaicml/llm-foundry
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
ci_repo_gpu_test_ref: v0.1.0
steps:
- name: Run PR GPU Tests
uses: mosaicml/ci-testing/.github/actions/[email protected].0
uses: mosaicml/ci-testing/.github/actions/[email protected].2
with:
container: ${{ matrix.container }}
git_repo: mosaicml/llm-foundry
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
ci_repo_gpu_test_ref: v0.1.0
steps:
- name: Run PR GPU Tests
uses: mosaicml/ci-testing/.github/actions/[email protected].0
uses: mosaicml/ci-testing/.github/actions/[email protected].2
with:
container: ${{ matrix.container }}
git_repo: mosaicml/llm-foundry
Expand Down

0 comments on commit 1eb7110

Please sign in to comment.