Skip to content

Commit

Permalink
correctly format python versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerd-bouma committed Jan 13, 2025
1 parent 8d73c80 commit 2758922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Cache pip
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"

- name: Cache pip
uses: actions/cache@v4
Expand Down

0 comments on commit 2758922

Please sign in to comment.