Skip to content

Commit

Permalink
modified render-qmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 4, 2024
1 parent 8fb7d6c commit a602940
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
cat configs/conda.yml || true
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@main
with:
Expand All @@ -53,8 +56,7 @@ jobs:
run: |
Rscript -e '.libPaths()'
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Check Quarto
run: |
Expand Down

0 comments on commit a602940

Please sign in to comment.