Skip to content

Commit

Permalink
Faster quality check (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil authored Aug 14, 2024
1 parent 6bc36ac commit cb30120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Install quality requirements
run: |
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -e .[quality]
pip install ruff
- name: Check style
run: make quality

0 comments on commit cb30120

Please sign in to comment.