Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xKhronoz authored Jan 19, 2024
1 parent e633f88 commit b581d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install poetry
poetry install
poetry install flake8 pytest
poetry add flake8 pytest
- name: Lint with flake8
working-directory: ./backend
run: |
Expand Down

0 comments on commit b581d8a

Please sign in to comment.