Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym authored Feb 1, 2024
1 parent 5c180f1 commit 977ca9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 977ca9c

Please sign in to comment.