Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Resolve poetry error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Jan 18, 2024
1 parent 32f941b commit cc92fc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Add local/bin to PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install Python dependencies
run: |
pipx install "poetry>=1.3.0,<1.4.0"
poetry config virtualenvs.create false
pipx install poetry
poetry install --with docs --sync
- name: Setup git
run: |
Expand Down

0 comments on commit cc92fc9

Please sign in to comment.