Skip to content

Commit

Permalink
fix: Docs building (#96)
Browse files Browse the repository at this point in the history
* chore: Update Python to 3.10 in the Github Actions
* fix: Ensure correct YAML types
  • Loading branch information
Higgcz committed Nov 2, 2023
1 parent 02484da commit 5c58566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.10'
architecture: x64
cache: 'pip'
cache-dependency-path: 'setup.cfg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.10'
architecture: x64
cache: 'pip'
cache-dependency-path: 'setup.cfg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.10'
architecture: x64
cache: 'pip'
cache-dependency-path: 'setup.cfg'
Expand Down

0 comments on commit 5c58566

Please sign in to comment.