From 6bde781526ed746bf41ca646a8233285c081d23d Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Sat, 16 Dec 2023 19:00:53 -0600 Subject: [PATCH] installing requirements --- .github/workflows/deploy-documents.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index 5bdebc38c..08d896957 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -44,6 +44,11 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} + - name: Install Poetry + run: | + python -m pip install --upgrade pip + python -m pip install -r requirements.txt + - name: Create all generated documentation content run: mkdocs build