Skip to content

Commit

Permalink
try updating to latest poetry version before running make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Sep 2, 2024
1 parent f4ebdbf commit ea700a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ jobs:
with:
path: /home/runner/docker/.cache/poetry
key: do-app-baseimage-django-node:364385f9d196a2bbe2d5faea025520cc0316501f-poetry-${{ hashFiles('poetry.lock') }}
- run: |
python -m pip install --upgrade pip
pip install poetry
poetry self update
- run: make install
- run: make ci

0 comments on commit ea700a2

Please sign in to comment.