Skip to content

Commit

Permalink
CI fix download link for pypy (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Oct 7, 2020
1 parent 07a01e0 commit 53a8173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/install.sh
Expand Up @@ -19,7 +19,7 @@ create_new_conda_env() {

create_new_pypy3_env() {
PYPY_FOLDER="pypy3.6-v7.3.1-linux64"
wget https://bitbucket.org/pypy/pypy/downloads/$PYPY_FOLDER.tar.bz2
wget https://downloads.python.org/pypy/$PYPY_FOLDER.tar.bz2
tar xvf $PYPY_FOLDER.tar.bz2
$PYPY_FOLDER/bin/pypy3 -m venv pypy3
source pypy3/bin/activate
Expand Down

0 comments on commit 53a8173

Please sign in to comment.