We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0035f60 commit 068c871Copy full SHA for 068c871
.github/workflows/build-docs.yml
@@ -37,13 +37,9 @@ jobs:
37
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-root-docs
38
- name: Install poetry
39
if: steps.cache.outputs.cache-hit != 'true'
40
- # TODO: remove python -m pip install --force git+https://github.com/python-poetry/poetry-core.git@ad33bc2
41
- # once there's a release of Poetry 1.2.x including poetry-core > 1.1.0a6
42
- # Ref: https://github.com/python-poetry/poetry-core/pull/188
43
run: |
44
python -m pip install --upgrade pip
45
python -m pip install "poetry==1.5.1"
46
- python -m poetry self add poetry-version-plugin
47
- name: Configure poetry
48
run: python -m poetry config virtualenvs.create false
49
- name: Install Dependencies
0 commit comments