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 09fb971 commit 9e8e9d9Copy full SHA for 9e8e9d9
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
- checkout # checkout source code to working directory
11
- run:
12
command: | # use pipenv to install dependencies
13
- sudo apt-get install python-numpy libicu-dev
+ sudo apt-get install python3-numpy libicu-dev
14
sudo pip install pipenv
15
mkdir reports
16
pipenv install
0 commit comments