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 55eab25 commit dcc3b81Copy full SHA for dcc3b81
.github/workflows/publish_docs.yml
@@ -12,7 +12,10 @@ jobs:
12
- uses: actions/checkout@v3
13
with:
14
fetch-depth: 0
15
- - uses: actions/setup-python@v3
+ - name: Set up Python
16
+ uses: actions/setup-python@v3
17
+ with:
18
+ python-version: '3.9'
19
- run: pip install --upgrade pip && python -m pip install -U pip poetry
20
- run: poetry --version
21
- run: poetry install
0 commit comments