Skip to content

Commit

Permalink
Remove whitespace around python version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgregory1 committed Feb 23, 2024
1 parent 3b84317 commit a70994b
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 a70994b

Please sign in to comment.