Skip to content

Commit 0e3d659

Browse files
authored
Remove typo from packages to install. (#471)
1 parent 8651e93 commit 0e3d659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "Python3 version is: $VERSION"
130130
pyenv global $VERSION
131131
132-
pip install --upgrade pip setuptools wheel install
132+
pip install --upgrade pip setuptools wheel
133133
134134
- run:
135135
name: Build and start containers for coordinator and ASes

0 commit comments

Comments
 (0)