This commit is contained in:
jverzani 2022-08-26 15:04:21 -04:00
parent d81ea0d06b
commit 378cfd24a9
2 changed files with 0 additions and 8 deletions

View File

@ -17,14 +17,6 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install Python and Dependencies
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- run: pip install jupyter
- run: pip install -r requirements.txt
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:

View File