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 cfea422 commit 16cf005Copy full SHA for 16cf005
.github/workflows/dev.yaml
@@ -43,6 +43,12 @@ jobs:
43
with:
44
node-version: '18'
45
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
52
- name: Set up Quarto
53
uses: quarto-dev/quarto-actions/setup@v2
54
0 commit comments