Skip to content

Commit

Permalink
Update test-calibration-downloads.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Feb 6, 2025
1 parent fd0f202 commit de1c6be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-calibration-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9" ]
exclude:
- python-version: "3.9"

steps:
- uses: actions/checkout@v4
Expand All @@ -71,9 +69,9 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install mlc-scripts
- name: Download IGBH Calibration
run: |
mlcr get,dataset,igbh,_calibration --outdirname=. --quiet
# - name: Download IGBH Calibration
# run: |
# mlcr get,dataset,igbh,_calibration --outdirname=. --quiet

download-squad:
runs-on: ubuntu-latest
Expand Down

0 comments on commit de1c6be

Please sign in to comment.