Skip to content

Commit f45960e

Browse files
committed
update CI
1 parent 3585b92 commit f45960e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ variables:
3434
name: Install conda dependencies
3535
command: |
3636
source activate kipoi-dev
37-
apt-get update -y
38-
apt-get install build-essential -y
37+
apt update -y
38+
apt install build-essential -y
3939
conda install -y cython
4040
conda install -y -c bioconda cyvcf2 pybedtools pyfaidx biopython
4141
install_kipoi: &install_kipoi
@@ -117,7 +117,7 @@ variables:
117117
jobs:
118118
test-py36:
119119
docker:
120-
- image: continuumio/miniconda3:4.7.10
120+
- image: continuumio/miniconda3:4.10.3
121121
working_directory: ~/repo
122122
steps:
123123
- checkout
@@ -135,7 +135,7 @@ jobs:
135135

136136
build-deploy-docs:
137137
docker:
138-
- image: continuumio/miniconda3:4.7.10
138+
- image: continuumio/miniconda3:4.10.3
139139
working_directory: ~/repo
140140
steps:
141141
- add_ssh_keys:
@@ -168,7 +168,7 @@ jobs:
168168
169169
test-deploy-pypi:
170170
docker:
171-
- image: continuumio/miniconda3:4.7.10
171+
- image: continuumio/miniconda3:4.10.3
172172
working_directory: ~/repo
173173
steps:
174174
- checkout
@@ -197,7 +197,7 @@ jobs:
197197
198198
productive-deploy-pypi:
199199
docker:
200-
- image: continuumio/miniconda3:4.7.10
200+
- image: continuumio/miniconda3:4.10.3
201201
working_directory: ~/repo
202202
steps:
203203
- checkout

0 commit comments

Comments
 (0)