Skip to content

Commit

Permalink
ci(docs): fix poetry (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 9, 2022
1 parent 9d43b9d commit e5d6cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Expand Up @@ -50,7 +50,9 @@ jobs:
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

- name: Install dependencies [w/ docs]
run: poetry install --extras "docs lint"
run: |
poetry env use ${{ matrix.python-version }}
poetry install --extras "docs lint"
- name: Build documentation
run: |
Expand Down

0 comments on commit e5d6cf3

Please sign in to comment.