Skip to content

Commit a5898fe

Browse files
committed
fix quarto
1 parent ea3377d commit a5898fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
working-directory: .
3131
run: |
3232
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"
3335
3436
- name: Setup Quarto
3537
uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)