This commit is contained in:
Andreas Gammelgaard Damsbo 2023-06-26 08:47:35 +02:00
parent 8359c08737
commit c033e09c8e

View file

@ -74,16 +74,16 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- 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: 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