parent
976e5db7ed
commit
9e02248a5a
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ jobs:
|
||||||
run: /usr/bin/python -m venv .venv
|
run: /usr/bin/python -m venv .venv
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: ./.venv/bin/pip install -r requirements.txt
|
run: ./.venv/bin/pip install -r requirements.txt
|
||||||
|
- name: Execute code
|
||||||
|
run: |
|
||||||
|
. .venv/bin/activate
|
||||||
|
myst build --execute
|
||||||
- name: Build PDF exports
|
- name: Build PDF exports
|
||||||
run: |
|
run: |
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
|
|
Loading…
Add table
Reference in a new issue