Skip to content

Commit 8c568fe

Browse files
Create GitHub Classroom Autograding Workflow
1 parent be34ccf commit 8c568fe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/classroom.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,21 @@ jobs:
1919
with:
2020
timeout: 1
2121
max-score: 10
22-
setup-command: pip install pytest
23-
command: pytest -v calcv1_test.py
22+
setup-command: ''
2423
- name: calcv2_test.py
2524
id: calcv2_test-py
2625
uses: classroom-resources/autograding-python-grader@v1
2726
with:
2827
timeout: 1
2928
max-score: 10
30-
setup-command: pip install pytest
31-
command: pytest -v calcv2_test.py
29+
setup-command: ''
3230
- name: calcv3_test.py
3331
id: calcv3_test-py
3432
uses: classroom-resources/autograding-python-grader@v1
3533
with:
3634
timeout: 1
3735
max-score: 10
38-
setup-command: pip install pytest
39-
command: pytest -v calcv2_test.py
36+
setup-command: ''
4037
- name: Autograding Reporter
4138
uses: classroom-resources/autograding-grading-reporter@v1
4239
env:

0 commit comments

Comments
 (0)