Skip to content

Commit e3f214e

Browse files
committed
Change ci/cd to use ci-testing repo
1 parent b082511 commit e3f214e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-cpu.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1616
jobs:
1717
pytest-cpu:
18-
uses: ./.github/workflows/pytest-cpu.yaml
18+
uses: mosaicml/ci-testing/.github/workflows/pytest-cpu.yaml@gpu
1919
strategy:
2020
matrix:
2121
include:
@@ -28,8 +28,10 @@ jobs:
2828
with:
2929
container: ${{ matrix.container }}
3030
name: ${{ matrix.name }}
31+
pip_deps: "[all-cpu]"
3132
pytest-command: ${{ matrix.pytest_command }}
3233
pytest-markers: ${{ matrix.markers }}
34+
safe_directory: llm-foundry
3335
coverage:
3436
uses: ./.github/workflows/coverage.yaml
3537
name: Coverage Results

0 commit comments

Comments
 (0)