Skip to content

Commit

Permalink
fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
awa59kst120df committed Oct 7, 2024
1 parent 7412cb6 commit c5f84ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install torch==2.1.2+cpu
pip install torch==2.2.0+cpu --index-url https://download.pytorch.org/whl/cpu
pip install --no-use-pep517 --no-build-isolation .
- name: Lint with Ruff
Expand Down

0 comments on commit c5f84ee

Please sign in to comment.