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 032560d commit 510aa10
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: |
python -m pip install uv
uv pip install --system torch==2.1.2
uv pip install --system -e .
uv pip install --system --no-build-isolation torch==2.1.2
uv pip install --system --no-build-isolation -e .
- name: Lint with Ruff
run: |
Expand Down

0 comments on commit 510aa10

Please sign in to comment.