Skip to content

Commit

Permalink
* upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Oct 17, 2024
1 parent 3bb6e1b commit 2e07ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[dev, onnxruntime]"
python -m pip install ".[dev]"
- name: Run pre-commit hooks
uses: pre-commit/[email protected]

0 comments on commit 2e07ad5

Please sign in to comment.