Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 8bb14e3

Browse files
committed
fix pip install
1 parent a8a4e0d commit 8bb14e3

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
@@ -16,7 +16,7 @@ jobs:
1616
sudo apt-get install -y software-properties-common
1717
sudo add-apt-repository -y ppa:chris-lea/redis-server
1818
sudo apt-get install -y clang llvm cmake python-pip redis-server
19-
pip install ramp-packer@1.9.0
19+
pip install 'ramp-packer==1.9.0'
2020
2121
- run:
2222
name: Version information

0 commit comments

Comments
 (0)