Skip to content

Commit

Permalink
Merge pull request UofT-DSI#97 from dtxe/main
Browse files Browse the repository at this point in the history
autograder workflow improvements
  • Loading branch information
danielrazavi authored Aug 21, 2024
2 parents 128fc1c + 2417e93 commit 058c2c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autograder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r 03_instructional_team/autograder/requirements.txt
- name: Clean assignment folder
run: |
find 02_activities/assignments -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} \;
- name: Run assignment script
run: |
bash -c "bash assignment.sh 2>&1 | tee $GITHUB_WORKSPACE/03_instructional_team/autograder/output.txt"
Expand Down

0 comments on commit 058c2c5

Please sign in to comment.