summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-11-23 08:28:52 -0700
committerCharles Harris <charlesr.harris@gmail.com>2020-11-23 10:58:10 -0700
commit76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6 (patch)
treefae4a1f0aa92fd20b3bd8972a0d384a7d3a4f71e /.github
parent269f2f2d30a2c6ef3c435386aa392b5b1715c662 (diff)
downloadnumpy-76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6.tar.gz
TST: Add back durations flag for DEBUG builds.
The flag should work with newer versions of Python. - Use Ubuntu 20.04 to get Python 3.8 debug. - Don't install libgfortran3, not needed, not available. - Whitespace cleanup in action.yml and build_test.yml. Closes #14293.
Diffstat (limited to '.github')
-rw-r--r--.github/actions/action.yml2
-rw-r--r--.github/workflows/build_test.yml9
2 files changed, 5 insertions, 6 deletions
diff --git a/.github/actions/action.yml b/.github/actions/action.yml
index 87eeb502b..43a7d0c7a 100644
--- a/.github/actions/action.yml
+++ b/.github/actions/action.yml
@@ -25,4 +25,4 @@ runs:
- name: Test
shell: bash
run: ./tools/travis-test.sh
-
+
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index bdefe1bad..d38ae0934 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -6,7 +6,7 @@ defaults:
run:
shell: bash
-env:
+env:
DOWNLOAD_OPENBLAS: 1
PYTHON_VERSION: 3.7
@@ -22,7 +22,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: ./.github/actions
-
+
basic:
needs: smoke_test
runs-on: ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
debug:
needs: smoke_test
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
env:
USE_DEBUG: 1
steps:
@@ -196,7 +196,6 @@ jobs:
popd
fi
echo $PWD/pypy3/bin >> $GITHUB_PATH
-
+
- uses: ./.github/actions
-