Skip to content

Commit c98f3b6

Browse files
authored
Fix circle ci (again) (#712)
* Fix CircleCI build Install Python3.7 as the new CircleCI image ships with Python3.6 and the min we need is 3.7 * Don't install pipenv * Install missing dependencies * Undo the removed filter which made this job run on every branch. only had this to test.
1 parent befa777 commit c98f3b6

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
@@ -28,7 +28,7 @@ references:
2828
command: |
2929
sudo add-apt-repository --yes ppa:deadsnakes/ppa
3030
sudo apt-get update
31-
sudo apt-get install python3.7
31+
sudo apt-get install python3.7 python3-distutils python3-apt
3232
3333
install_pip: &install-pip
3434
run:

0 commit comments

Comments
 (0)