Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro De Maria committed Feb 5, 2024
1 parent 12836d9 commit d56e7ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry flake8 black
python -m pip install --upgrade pip poetry
poetry config virtualenvs.create false --local
poetry install --with=dev --no-root
- name: Lint with flake8
Expand Down

0 comments on commit d56e7ba

Please sign in to comment.