Skip to content

Commit

Permalink
Revert code_quality workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimypbr committed Jul 24, 2023
1 parent 6c08776 commit f2c415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
source code_quality_venv/bin/activate
pip install --upgrade pip
pip install "black~=23.1" "isort>=5.5.4" "ruff>=0.0.241,<=0.0.259"
pip install .[quality]
- name: Check style with black
run: |
source code_quality_venv/bin/activate
Expand Down

0 comments on commit f2c415f

Please sign in to comment.