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 0c50c29 commit 7d93174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autograder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: '3.8'
- run: pip install --upgrade pip
- run: pip install -e .
- run: python quartoquest/repo_structure_check.py
- run: python -m quartoquest.repo_structure_check

render-qmd:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
python-version: '3.8'
- run: pip install --upgrade pip
- run: pip install -e .
- run: python quartoquest/autograder.py
- run: python -m quartoquest.autograder

0 comments on commit 7d93174

Please sign in to comment.