Skip to content

Commit 93582f3

Browse files
try
1 parent df26fd3 commit 93582f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compile_articles.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Python 3.8
15+
- name: Set up Python 3.12
1616
uses: actions/setup-python@v2
1717
with:
1818
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r requirements.txt
23+
- name: gitsubmodule
24+
run: git submodule update --init --recursive
2325

2426
- name: Compile articles
2527
run: python script/compile_all_tutorial.py

0 commit comments

Comments
 (0)