Skip to content

Commit

Permalink
fix ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed May 18, 2024
1 parent 2f7e088 commit adc56f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
- uses: chartboost/ruff-action@v1
# - uses: chartboost/ruff-action@v1
- run: |
pip install ruff
ruff check .
- name: Install dependencies
run: |
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
Expand Down

0 comments on commit adc56f2

Please sign in to comment.