Skip to content

Commit fd2c4ad

Browse files
committed
CI: different pip install incantation.
1 parent 1d837b8 commit fd2c4ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- run:
1616
name: Install CI dependencies
17-
command: python -m pip install -r requirements.txt
17+
command: pip install -r requirements.txt
1818

1919
- restore_cache:
2020
keys:

0 commit comments

Comments
 (0)