Skip to content

Commit

Permalink
Upgrade AMDirT version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Jan 24, 2025
1 parent 6584ea5 commit e67b4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install amdirt==1.6.2
pip install amdirt==1.6.5
pip install jsonschema==4.17.0
# Get context of PR...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install amdirt==1.6.2
pip install amdirt==1.6.5
pip install jsonschema==4.17.0
- name: Make validation results directory
run: mkdir validation/
Expand Down

0 comments on commit e67b4bf

Please sign in to comment.