Skip to content

Commit

Permalink
fixup! fix ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed May 18, 2024
1 parent ea41dcf commit 60cac65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
# - uses: chartboost/ruff-action@v1
- run: |
pip install ruff
ruff check --fix .
- name: Install dependencies
run: |
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
pip install .
- run: |
pip install ruff
ruff check .
- name: Test
run: |
pip install pytest pytest-cov
Expand Down

0 comments on commit 60cac65

Please sign in to comment.