We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142558a commit 420b924Copy full SHA for 420b924
.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 pip install setuptools pytest flake8
+ command: venv/bin/python -m pip install pytest flake8
24
pep8-naming flake8-docstrings pandas numpy
25
max-score: null
26
setup-command: python3 -m venv venv
0 commit comments