File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments