Skip to content

Commit

Permalink
Fix Python version in Pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 6, 2023
1 parent 4987a7a commit 6cba49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
POETRY_VERSION: "1.7.0"
PYTHON_VERSION: "3.0"
PYTHON_VERSION: "3.9"
DATALOGGER_VERSION: "0.3.0"

jobs:
Expand Down

0 comments on commit 6cba49f

Please sign in to comment.