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 159722e commit bc3a49e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand All @@ -27,8 +29,8 @@ jobs:
- name: Install Dependencies
working-directory: ./backend
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install poetry
# python -m pip install --upgrade pip setuptools wheel
# python -m pip install poetry
poetry install
poetry add flake8 pytest
- name: Lint with flake8
Expand Down

0 comments on commit bc3a49e

Please sign in to comment.