diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2eaf111..d048da7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,9 +13,12 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.11 - - uses: abatilo/actions-poetry@v2.1.3 - - name: install - run: poetry install + - - name: Install Poetry + run: | + curl -sSL https://install.python-poetry.org | python3 - + - name: Install dependencies + run: | + poetry install - name: Sphinx build run: | mkdir gh-pages