Skip to content

Commit

Permalink
CI: Use quarto add --no-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Dec 6, 2023
1 parent 13c9dcf commit 2a9256f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install git+https://github.com/has2k1/mizani.git@main
python -m pip install ".[doc]"
pip install -r requirements/doc.txt
quarto add has2k1/issuey
quarto add --no-prompt has2k1/issuey
- name: Environment Information
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
pip install git+https://github.com/has2k1/mizani.git@main
pip install ".[test,doc]"
pip install -r requirements/doc.txt
quarto add --no-prompt has2k1/issuey
- name: Environment Information
shell: bash
Expand Down

0 comments on commit 2a9256f

Please sign in to comment.