Skip to content

Commit

Permalink
Merge branch 'master' into feature/http2
Browse files Browse the repository at this point in the history
  • Loading branch information
akalex authored Oct 30, 2024
2 parents 03fce95 + c6ccaee commit d4c7de6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install setuptools
run: pip install --upgrade setuptools

- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand All @@ -58,7 +55,9 @@ jobs:

- name: Install Dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: |
poetry install --no-interaction --no-root
poetry run pip install --upgrade setuptools
- name: Install library
run: poetry install --no-interaction
Expand Down

0 comments on commit d4c7de6

Please sign in to comment.