Skip to content

Commit 254473b

Browse files
committed
Fix pip command name in circle ci config.
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 16b9bfc commit 254473b

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
@@ -46,7 +46,7 @@ orbs:
4646
steps:
4747
- run:
4848
name: Install requirements
49-
command: pip3 install --progress-bar=off --user -r pyrasterframes/src/main/python/requirements.txt
49+
command: pip install --progress-bar=off --user -r pyrasterframes/src/main/python/requirements.txt
5050

5151
rasterframes:
5252
commands:

0 commit comments

Comments
 (0)