Skip to content

Commit c7fb713

Browse files
authored
. (#840)
1 parent 9895165 commit c7fb713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
doc:
1313
name: Build docs (with ${{ matrix.python-version }} on ${{ matrix.os }})
1414
runs-on: ${{ matrix.os }}
15-
timeout-minutes: 5
15+
timeout-minutes: 10
1616
strategy:
1717
fail-fast: false
1818
matrix:

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.x
24+
python-version: 3.12
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)