summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-01-15 10:54:57 +1100
committerGitHub <noreply@github.com>2020-01-15 10:54:57 +1100
commitb03e4dc36b1b4441fbc955920e0fe92fd39f095e (patch)
tree0ee0ce6281194ec50b935118925ad6e8a9592b60
parent674d96ef3da8e9b97b29acaefea432d2524f0ca4 (diff)
parent99b4814cb7f6e76dd1e62034867916ff28f4ec5a (diff)
downloadnumpy-b03e4dc36b1b4441fbc955920e0fe92fd39f095e.tar.gz
Merge pull request #15328 from mattip/pypy2
TST: move pypy CI to ubuntu 18.04
-rw-r--r--azure-pipelines.yml2
-rwxr-xr-xtools/pypy-test.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1851df71a..9a8acc9c1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -187,7 +187,7 @@ stages:
- template: azure-steps-windows.yml
- job: Linux_PyPy3
pool:
- vmIMage: 'ubuntu-16.04'
+ vmIMage: 'ubuntu-18.04'
steps:
- script: source tools/pypy-test.sh
displayName: 'Run PyPy3 Build / Tests'
diff --git a/tools/pypy-test.sh b/tools/pypy-test.sh
index 33a97ad17..1ce2bdf9d 100755
--- a/tools/pypy-test.sh
+++ b/tools/pypy-test.sh
@@ -6,7 +6,6 @@ set -o pipefail
# Print expanded commands
set -x
-sudo apt-get -yq update
sudo apt-get -yq install libatlas-base-dev liblapack-dev gfortran-5
F77=gfortran-5 F90=gfortran-5 \