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 b082511 commit e3f214eCopy full SHA for e3f214e
.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: ./.github/workflows/pytest-cpu.yaml
+ uses: mosaicml/ci-testing/.github/workflows/pytest-cpu.yaml@gpu
19
strategy:
20
matrix:
21
include:
@@ -28,8 +28,10 @@ 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