Skip to content

Commit 14cdb84

Browse files
committed
increment python version
1 parent e70815d commit 14cdb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_course_page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
# Install dependencies
23-
- name: Set up Python 3.11.11
23+
- name: Set up Python 3.11.12
2424
uses: actions/setup-python@v1
2525
with:
26-
python-version: 3.11.11
26+
python-version: 3.11.12
2727

2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)