Skip to content

Commit

Permalink
workflow installation perf boost
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-duhan committed Oct 8, 2023
1 parent fdaff10 commit b2ab89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: '3.9'
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r black
- name: Run black check
run: python3 -m black --check .
flake8:
Expand All @@ -24,6 +24,6 @@ jobs:
with:
python-version: '3.9'
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install flake8
- name: Run flake8 check
run: python3 -m flake8 --count .

0 comments on commit b2ab89f

Please sign in to comment.