Skip to content

Commit

Permalink
Freeze version of anaconda (Cirrus CI)
Browse files Browse the repository at this point in the history
… since in the latest version we have some weird problems trying to access pip
  • Loading branch information
abravalheri committed Jul 25, 2019
1 parent 20699c0 commit 20442ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task:
pip_cache: *pip-cache
install_script: *alpine-install
- name: test (Linux - Anaconda)
container: {image: "continuumio/anaconda3:latest"}
container: {image: "continuumio/anaconda3:2019.03"}
pip_cache: *pip-cache
install_script:
- apt-get install -y git
Expand Down

0 comments on commit 20442ad

Please sign in to comment.