Skip to content

Commit

Permalink
Merge pull request #1187 from SPAAM-community/update_amdirt
Browse files Browse the repository at this point in the history
dep: update amdirt
  • Loading branch information
alexhbnr authored Sep 25, 2024
2 parents e29eb72 + 2e59e6d commit 7e94939
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.1
pip install amdirt==1.6.2
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.1
pip install amdirt==1.6.2
pip install jsonschema==4.17.0
- name: Make validation results directory
run: mkdir validation/
Expand Down

0 comments on commit 7e94939

Please sign in to comment.