Skip to content

Commit

Permalink
Back to using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
eltbus committed Jan 24, 2024
1 parent 6a71a12 commit ef13ea7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
run: curl -sSL curl -sSL https://install.python-poetry.org | python3 -

- name: Install dependencies
run: pip install -r requirements-test.txt
run: poetry install --no-interaction --no-ansi

- name: Start Docker service
run: sudo service docker start

- name: Run tests
run: pytest
run: poetry run pytest

0 comments on commit ef13ea7

Please sign in to comment.