From 3761647efe2702f16b7763b79e8f24bc6bd58e73 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 03:37:25 +0000 Subject: [PATCH] Update GitHub Classroom Autograding Workflow --- .github/workflows/classroom.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/classroom.yml b/.github/workflows/classroom.yml index 92a4edd..b58bdff 100644 --- a/.github/workflows/classroom.yml +++ b/.github/workflows/classroom.yml @@ -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