We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8c767 commit c1e740bCopy full SHA for c1e740b
.github/workflows/classroom.yml
@@ -20,7 +20,7 @@ jobs:
20
name: setup
21
uses: classroom-resources/autograding-command-grader@v1
22
with:
23
- command: venv/bin/python -m pip install install setuptools pytest flake8 pep8-naming
+ command: venv/bin/python -m pip install setuptools pytest flake8 pep8-naming
24
flake8-docstrings numpy
25
max-score: null
26
setup-command: python3 -m venv venv
0 commit comments