Skip to content

Commit

Permalink
Fix python version env sphinx (#103)
Browse files Browse the repository at this point in the history
* Add Sphinx build job

* Fix python version env
  • Loading branch information
agrinh authored May 13, 2024
1 parent 65c486c commit 7bbc221
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ concurrency:
cancel-in-progress: false

env:
PYTHON_VERSION: 3.10
PYTHON_VERSION: "3.10"
POETRY_NO_INTERACTION: 1
POETRY_VIRTUALENVS_CREATE: false
POETRY_VIRTUALENVS_IN_PROJECT: false
POETRY_VERSION: 1.8.2
POETRY_VERSION: "1.8.2"


jobs:
build:
Expand Down

0 comments on commit 7bbc221

Please sign in to comment.