Skip to content

Commit f7f6cef

Browse files
committed
ci: pin python version 3.13
1 parent 380bec6 commit f7f6cef

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/reusable_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: install-python
4747
uses: actions/setup-python@v5
4848
with:
49-
python-version: 3
49+
python-version: 3.13
5050
cache: pip
5151
- name: Process Python Cache
5252
id: cache-requirements
@@ -100,4 +100,4 @@ jobs:
100100
with:
101101
path: site
102102
- name: Deploy backup to GitHub Pages
103-
uses: actions/deploy-pages@v4
103+
uses: actions/deploy-pages@v4

.github/workflows/test_dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3
23+
python-version: 3.13
2424
cache: pip
2525
- name: Install style-check deps
2626
run: python .github/scripts/install_dev_deps.py
@@ -38,7 +38,7 @@ jobs:
3838
id: install-python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: 3
41+
python-version: 3.13
4242
cache: pip
4343
- name: Process Python Cache
4444
id: cache-requirements
@@ -83,7 +83,7 @@ jobs:
8383
id: install-python
8484
uses: actions/setup-python@v5
8585
with:
86-
python-version: 3
86+
python-version: 3.13
8787
cache: pip
8888
- name: Process Python Cache
8989
id: cache-requirements
@@ -114,7 +114,7 @@ jobs:
114114
id: install-python
115115
uses: actions/setup-python@v5
116116
with:
117-
python-version: 3
117+
python-version: 3.13
118118
cache: pip
119119
- name: Process Python Cache
120120
id: cache-requirements
@@ -147,4 +147,4 @@ jobs:
147147
# needs: check-repos
148148
# runs-on: ubuntu-latest
149149
# steps:
150-
# - run: echo "Success"
150+
# - run: echo "Success"

0 commit comments

Comments
 (0)