Skip to content

Commit 16cf005

Browse files
committed
update dev.yml
1 parent cfea422 commit 16cf005

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
with:
4444
node-version: '18'
4545

46+
- uses: actions/setup-python@v4 # for post on onyxia
47+
with:
48+
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
49+
50+
- run: pip install jupyter nbformat # for post on onyxia
51+
4652
- name: Set up Quarto
4753
uses: quarto-dev/quarto-actions/setup@v2
4854

0 commit comments

Comments
 (0)