Skip to content

Commit

Permalink
workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 21, 2022
1 parent 4060930 commit bddaf40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: test

on:
push:
branches:
- main
paths:
- '**/*.ipynb'
- '**/*.yml'
- '**/*.yaml'
- '**/*.py'
pull_request:
branches:
- main
paths:
- '**/*.ipynb'
- '**/*.yml'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bddaf40

Please sign in to comment.