Skip to content

Commit 19e08a9

Browse files
authored
Update config.yml
1 parent 5e9ec58 commit 19e08a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
<<: *test-template
7070
docker:
7171
- image: cimg/python:2.7
72+
7273

7374
unittest:
7475
<<: *test-template
@@ -81,8 +82,7 @@ jobs:
8182
name: Install Packages
8283
command: |
8384
sudo apt-get update
84-
sudo apt-get install python3-pip
85-
sudo pip install numpy scipy
85+
pip install numpy scipy
8686
sudo apt-get install libblas-dev liblapack-dev swig
8787
8888
- run:

0 commit comments

Comments
 (0)