summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-03-02 15:51:24 -0700
committerCharles Harris <charlesr.harris@gmail.com>2021-03-03 09:42:20 -0700
commitf9fe1432548688b4f4c2cd2e35b8dd972d8ec51f (patch)
tree31440744c0aa5835d6e198e6eb193ab16d3568f2
parent168978df69efecb07943fd8ce3a7c95aab7122cb (diff)
downloadnumpy-f9fe1432548688b4f4c2cd2e35b8dd972d8ec51f.tar.gz
CI: Use Ubuntu 18.04 to run "full" test.
NumPy does not build using the `--coverage` flag on Ubuntu 20.04, the problem seems to be gcc 9.3.0-17. Work around that by running on Ubuntu 18.04 instead.
-rw-r--r--.github/workflows/build_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index 91a4a7260..5366fe75e 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -80,7 +80,7 @@ jobs:
full:
needs: smoke_test
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
env:
USE_WHEEL: 1
RUN_FULL_TESTS: 1