Skip to content

Commit

Permalink
Update GitHub Classroom Autograding
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] authored Nov 8, 2023
1 parent e08aab1 commit 8f8c819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"tests": [
{
"name": "Running Pytest",
"setup": "sudo -H pip3 install pytest",
"setup": "pip install -r ./requirements.txt",
"run": "pytest",
"input": "",
"output": "",
"comparison": "exact",
"timeout": 10,
"points": null
"points": 1
}
]
}

0 comments on commit 8f8c819

Please sign in to comment.