Skip to content

Commit dcc3b81

Browse files
committed
chore(docs): update docs ci
1 parent 55eab25 commit dcc3b81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish_docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-python@v3
15+
- name: Set up Python
16+
uses: actions/setup-python@v3
17+
with:
18+
python-version: '3.9'
1619
- run: pip install --upgrade pip && python -m pip install -U pip poetry
1720
- run: poetry --version
1821
- run: poetry install

0 commit comments

Comments
 (0)