diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c8cb7795..6d96c89e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -40,11 +40,10 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.12 - cache: poetry - name: Install dependencies run: | - pip install poetry + pipx install poetry poetry install - name: Build Sphinx Documentation