We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3377d commit a5898feCopy full SHA for a5898fe
1 file changed
.github/workflows/publish-quarto.yml
@@ -30,6 +30,8 @@ jobs:
30
working-directory: .
31
run: |
32
python -m pip install -e .
33
+ # Quarto executes Python chunks through Jupyter and imports PyYAML.
34
+ python -m pip install "jupyter>=1,<2" "PyYAML>=6,<7"
35
36
- name: Setup Quarto
37
uses: quarto-dev/quarto-actions/setup@v2
0 commit comments