diff --git a/.github/workflows/pr-cpu.yaml b/.github/workflows/pr-cpu.yaml index 45913ae0bd..2c94d99943 100644 --- a/.github/workflows/pr-cpu.yaml +++ b/.github/workflows/pr-cpu.yaml @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Run PR CPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-cpu@v0.2.0 + uses: mosaicml/ci-testing/.github/actions/pytest-cpu@debug-2 with: name: ${{ matrix.name }} container: ${{ matrix.container }}