Skip to content

Commit

Permalink
fix: quote python version (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
  • Loading branch information
AlessandroPomponio committed Jul 22, 2024
1 parent 670562d commit 27cd22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- run: python -m pip install --upgrade pipenv wheel
- run: pipenv update
- run: pipenv run mkdocs build
Expand Down

0 comments on commit 27cd22e

Please sign in to comment.