Skip to content

Commit 5abbca0

Browse files
committed
Revert "Change ci/cd to use ci-testing repo"
This reverts commit e3f214e.
1 parent e3f214e commit 5abbca0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr-cpu.yaml

Lines changed: 1 addition & 3 deletions
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: mosaicml/ci-testing/.github/workflows/pytest-cpu.yaml@gpu
18+
uses: ./.github/workflows/pytest-cpu.yaml
1919
strategy:
2020
matrix:
2121
include:
@@ -28,10 +28,8 @@ jobs:
2828
with:
2929
container: ${{ matrix.container }}
3030
name: ${{ matrix.name }}
31-
pip_deps: "[all-cpu]"
3231
pytest-command: ${{ matrix.pytest_command }}
3332
pytest-markers: ${{ matrix.markers }}
34-
safe_directory: llm-foundry
3533
coverage:
3634
uses: ./.github/workflows/coverage.yaml
3735
name: Coverage Results

0 commit comments

Comments
 (0)