Skip to content

Commit c1e740b

Browse files
committed
remove duplicate install
1 parent db8c767 commit c1e740b

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 install setuptools pytest flake8 pep8-naming
23+
command: venv/bin/python -m pip install setuptools pytest flake8 pep8-naming
2424
flake8-docstrings numpy
2525
max-score: null
2626
setup-command: python3 -m venv venv

0 commit comments

Comments
 (0)