Skip to content

Commit 9e8e9d9

Browse files
author
James Campbell
committed
updated circle-ci
1 parent 09fb971 commit 9e8e9d9

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
@@ -10,7 +10,7 @@ jobs:
1010
- checkout # checkout source code to working directory
1111
- run:
1212
command: | # use pipenv to install dependencies
13-
sudo apt-get install python-numpy libicu-dev
13+
sudo apt-get install python3-numpy libicu-dev
1414
sudo pip install pipenv
1515
mkdir reports
1616
pipenv install

0 commit comments

Comments
 (0)