Skip to content

Commit

Permalink
Update autograder.yml to add jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gchism94 authored Jan 31, 2024
1 parent 7d93174 commit e1b195e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autograder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python and Quarto environment
run: |
pip install jupyter
sudo apt-get update && sudo apt-get install -y wget
wget -q -O quarto.deb https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.189/quarto-1.1.189-linux-amd64.deb
sudo dpkg -i quarto.deb
python -m pip install --upgrade pip
python -m pip install --upgrade pip
- name: Find .qmd file in docs and render to HTML
run: |
qmd_file=$(find docs -name "*.qmd" -print -quit)
Expand Down

0 comments on commit e1b195e

Please sign in to comment.