Skip to content

Commit

Permalink
Update autograder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gchism94 authored Jan 31, 2024
1 parent cf088f0 commit 1a7a086
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/autograder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
with:
python-version: '3.8'
- run: pip install --upgrade pip
- run: pip install -r requirements.txt
- run: |
cd quartoquest
pip install -e .
- run: pip install -e .
- run: python quartoquest/repo_structure_check.py

render-qmd:
Expand All @@ -26,7 +23,6 @@ jobs:
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
- run: pip install -r requirements.txt
- 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 1a7a086

Please sign in to comment.