Skip to content

Commit

Permalink
ci(docs): fix poetry version and arguments (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch authored Jun 26, 2024
1 parent 456ef70 commit 11f0e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.5.1

- name: Build Documentation
working-directory: jobbergate-docs
Expand Down
1 change: 0 additions & 1 deletion jobbergate-docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
repository = "https://github.com/omnivector-solutions/jobbergate"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 11f0e04

Please sign in to comment.