We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f214e commit 5abbca0Copy full SHA for 5abbca0
.github/workflows/pr-cpu.yaml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
16
jobs:
17
pytest-cpu:
18
- uses: mosaicml/ci-testing/.github/workflows/pytest-cpu.yaml@gpu
+ uses: ./.github/workflows/pytest-cpu.yaml
19
strategy:
20
matrix:
21
include:
@@ -28,10 +28,8 @@ jobs:
28
with:
29
container: ${{ matrix.container }}
30
name: ${{ matrix.name }}
31
- pip_deps: "[all-cpu]"
32
pytest-command: ${{ matrix.pytest_command }}
33
pytest-markers: ${{ matrix.markers }}
34
- safe_directory: llm-foundry
35
coverage:
36
uses: ./.github/workflows/coverage.yaml
37
name: Coverage Results
0 commit comments