We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962c47a commit 98b131fCopy full SHA for 98b131f
1 file changed
.github/workflows/python-app.yml
@@ -44,7 +44,9 @@ jobs:
44
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
45
- name: Install dependencies
46
if: steps.cached-poetry-dependencies.outputs.catch-hit != 'true'
47
- run: poetry install
+ run: |
48
+ poetry run pip install --upgrade pip
49
+ poetry install
50
# Install pandoc for building docs
51
- name: Install pandoc for Ubuntu
52
if: matrix.os == 'ubuntu-latest'
0 commit comments