Skip to content

Commit 6bde781

Browse files
committed
installing requirements
1 parent 060e98d commit 6bde781

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-documents.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646

47+
- name: Install Poetry
48+
run: |
49+
python -m pip install --upgrade pip
50+
python -m pip install -r requirements.txt
51+
4752
- name: Create all generated documentation content
4853
run: mkdocs build
4954

0 commit comments

Comments
 (0)