Skip to content

Commit

Permalink
install poetry differently for docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltopo committed Oct 14, 2024
1 parent 26390ae commit 225bebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 225bebb

Please sign in to comment.