From bddaf40306dba9eb6a90fd32407010814bdb0533 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 21 Jul 2022 13:57:16 -0400 Subject: [PATCH] workflow trigger --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6a0c31..8156a34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,14 +2,14 @@ name: test on: push: - branches: - - main paths: - '**/*.ipynb' - '**/*.yml' - '**/*.yaml' - '**/*.py' pull_request: + branches: + - main paths: - '**/*.ipynb' - '**/*.yml' @@ -63,8 +63,6 @@ jobs: python-version: ${{ matrix.python }}.* auto-update-conda: true use-only-tar-bz2: true - - run: conda install -y pytest pytest-xdist - - run: pytest -n auto tests/test_import.py - run: conda env export > asdf-tutorial-py${{ matrix.python }}-v${{ steps.version.outputs.version }}.yml if: runner.os == 'Linux' - run: sed -i "s/asdf-tutorial-${{ runner.os }}-py${{ matrix.python }}-latest/asdf-tutorial-py${{ matrix.python }}-v${{ steps.version.outputs.version }}/g" asdf-tutorial-py${{ matrix.python }}-v${{ steps.version.outputs.version }}.yml