Skip to content

Commit c95aa5e

Browse files
authored
revert docs
1 parent 5f25b6c commit c95aa5e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bigframes-docs-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Python
3939
uses: actions/setup-python@v6
4040
with:
41-
python-version: "3.14"
41+
python-version: "3.10"
4242
- name: Install nox
4343
run: |
4444
python -m pip install --upgrade setuptools pip wheel

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: "3.14"
29+
python-version: "3.10"
3030
- name: Install nox
3131
run: |
3232
python -m pip install --upgrade setuptools pip wheel
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Python
5454
uses: actions/setup-python@v6
5555
with:
56-
python-version: "3.14"
56+
python-version: "3.10"
5757
- name: Install nox
5858
run: |
5959
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)