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 947fc1c commit 7412cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install torch==2.1.2
pip install .
pip install torch==2.1.2+cpu
pip install --no-use-pep517 --no-build-isolation .
- name: Lint with Ruff
run: |
Expand Down

0 comments on commit 7412cb6

Please sign in to comment.