diff --git a/.github/workflows/pr-cpu.yaml b/.github/workflows/pr-cpu.yaml index 2ccbc4b6e1..72e511dd6a 100644 --- a/.github/workflows/pr-cpu.yaml +++ b/.github/workflows/pr-cpu.yaml @@ -47,8 +47,6 @@ jobs: uses: ./.github/workflows/coverage.yaml name: Coverage Results if: github.repository_owner == 'mosaicml' - runs-on: ubuntu-latest - container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04 needs: [pytest-cpu] with: download-path: artifacts