From 0e7ca712891b07341fcd6a01b9834807fd12e49c Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 21 Dec 2020 12:21:16 +0200 Subject: TST: add back sdist test run --- .github/workflows/build_test.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.github') diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index ee43561bf..ce0c492e6 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -199,3 +199,18 @@ jobs: - uses: ./.github/actions + sdist: + needs: smoke_test + runs-on: ubuntu-latest + env: + USE_SDIST: 1 + steps: + - uses: actions/checkout@v2 + with: + submodules: recursive + fetch-depth: 0 + - uses: actions/setup-python@v2 + with: + python-version: ${{ env.PYTHON_VERSION }} + - uses: ./.github/actions + -- cgit v1.2.1