We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c943792 commit 18f55b4Copy full SHA for 18f55b4
script/ci-install-compiler
@@ -3,4 +3,4 @@
3
gem install minitest
4
gem install minitap
5
6
-pip install --user 'requests[security]'
+pip2 install --user 'requests[security]'
script/ci-install-deps
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
if [ "x$COVERAGE" == "xyes" ]; then
- pip install --user gcovr
- pip install --user cpp-coveralls
+ pip2 install --user gcovr
+ pip2 install --user cpp-coveralls
else
echo "no dependencies to install"
7
fi
0 commit comments