Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Jan 27, 2025
1 parent 850bf39 commit bc01cc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cicd-main copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc01cc5

Please sign in to comment.