Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Oct 20, 2023
1 parent 7448ef9 commit 6a9d11d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: poetry
- name: Install dependencies
run: poetry install
run: |
poetry install
poetry run pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
- name: Lint
run: make lint
- name: Test
Expand Down

0 comments on commit 6a9d11d

Please sign in to comment.