From 76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 23 Nov 2020 08:28:52 -0700 Subject: 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. --- .github/actions/action.yml | 2 +- .github/workflows/build_test.yml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to '.github') 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 - -- cgit v1.2.1