diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 9173c7075..630daf60d 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -18,12 +18,12 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com + - name: Install Poetry + run: curl -sSL https://install.python-poetry.org | python3 - - uses: actions/setup-python@v5 with: python-version: 3.x cache: "poetry" - - name: Install Poetry - run: pipx install poetry - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - name: Setup Cache uses: actions/cache@v4