We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df26fd3 commit 93582f3Copy full SHA for 93582f3
.github/workflows/compile_articles.yaml
@@ -12,14 +12,16 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Set up Python 3.8
+ - name: Set up Python 3.12
16
uses: actions/setup-python@v2
17
with:
18
python-version: 3.12
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
pip install -r requirements.txt
23
+ - name: gitsubmodule
24
+ run: git submodule update --init --recursive
25
26
- name: Compile articles
27
run: python script/compile_all_tutorial.py
0 commit comments