Skip to content

Commit

Permalink
install dev dependencies in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh committed Jul 19, 2023
1 parent 1254f0b commit 5e96137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements.txt
- name: Lint with ruff
pip install -r requirements/requirements_dev.txt
- name: check codestyle
run: |
ruff --config pyproject.toml --diff .

0 comments on commit 5e96137

Please sign in to comment.