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 7e88996 commit 0cc95ceCopy full SHA for 0cc95ce
.github/workflows/deploy-mkdocs.yml
@@ -30,12 +30,12 @@ jobs:
30
uses: actions/cache@v3
31
with:
32
path: ~/.cache/pypoetry/virtualenvs
33
- key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}-python-3.8
+ key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}-python-3.10
34
35
- run: poetry --version
36
37
- name: Install dependencies
38
- run: poetry install
+ run: poetry install --all-extras
39
40
- name: fetch from gh-pages
41
run: git fetch origin gh-pages --depth=1
0 commit comments