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 9e8b8f3 commit 947fc1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

- name: Install dependencies
run: |
pip install torch=2.1.2
pip install -U pip
pip install torch==2.1.2
pip install .
- name: Lint with Ruff
Expand Down

0 comments on commit 947fc1c

Please sign in to comment.