Skip to content

Commit

Permalink
Add double curly braces
Browse files Browse the repository at this point in the history
Using single curly braces does not correctly parse the python version
  • Loading branch information
alexgregory1 committed Feb 23, 2024
1 parent a70994b commit 2029446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: ${env.PYTHON_VERSION}
python-version: ${{env.PYTHON_VERSION}}

- uses: abatilo/actions-poetry@v2
with:
Expand Down

0 comments on commit 2029446

Please sign in to comment.