Skip to content

Commit 326af50

Browse files
authored
Merge pull request #139 from legend-exp/ci
CI workflow updates
2 parents 7539949 + 76e5c07 commit 326af50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 2
4949
- uses: actions/setup-python@v5
5050
with:
51-
python-version: "3.10"
51+
python-version: "3.12"
5252

5353
- name: Generate Report
5454
run: |
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0
7070
- uses: actions/setup-python@v5
7171
with:
72-
python-version: "3.10"
72+
python-version: "3.12"
7373
- name: Setup build environment
7474
run: |
7575
sudo apt-get install -y pandoc

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
apt_packages:
1313
- pandoc
1414
tools:
15-
python: "3.10"
15+
python: "3.12"
1616
jobs:
1717
pre_build:
1818
- rm -rf docs/source/api

0 commit comments

Comments
 (0)