Skip to content

Commit 420b924

Browse files
committed
fix typo
1 parent 142558a commit 420b924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/classroom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: setup
2121
uses: classroom-resources/autograding-command-grader@v1
2222
with:
23-
command: venv/bin/python -m pip install pip install setuptools pytest flake8
23+
command: venv/bin/python -m pip install pytest flake8
2424
pep8-naming flake8-docstrings pandas numpy
2525
max-score: null
2626
setup-command: python3 -m venv venv

0 commit comments

Comments
 (0)