Skip to content

Commit

Permalink
try Python 3.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
eak24 committed Jan 10, 2025
1 parent 05c6e87 commit bd37fe2
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-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.12
python-version: 3.9.21
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.12
python-version: 3.9.21
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit bd37fe2

Please sign in to comment.