diff --git a/.github/workflows/cicd-main copy.yml b/.github/workflows/cicd-main copy.yml index abe218be116ad..454c99949390e 100644 --- a/.github/workflows/cicd-main copy.yml +++ b/.github/workflows/cicd-main copy.yml @@ -226,14 +226,12 @@ jobs: CUDA_VISIBLE_DEVICES="" NEMO_NUMBA_MINVER=0.53 pytest tests/collections/asr -m "not pleasefixme" --cpu --with_downloads --cov-report=term --cov=nemo/collections/asr --relax_numba_compat COVERAGE: - runs-on: ubuntu-latest + runs-on: self-hosted-azure-cpu + container: nemoci.azurecr.io/nemo_container:${{ github.run_id }} needs: - L0_Unit_Tests_CPU_ASR - L0_Unit_Tests_GPU_ASR steps: - - name: Checkout branch - uses: actions/checkout@v4 - - name: Download CPU coverage uses: actions/download-artifact@v4 with: