Skip to content

Commit

Permalink
Update GitHub Classroom Autograding Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] authored Mar 29, 2024
1 parent 75bb5fa commit 71e13d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
uses: actions/checkout@v4
- name: Hello world test
id: hello-world-test
uses: education/autograding-python-grader@v1
uses: education/autograding-command-grader@v1
with:
test-name: Hello world test
setup-command: sudo -H pip3 install pytest
command: pytest
timeout: 5
max-score: 5
- name: Autograding Reporter
Expand Down

0 comments on commit 71e13d7

Please sign in to comment.