Skip to content

Commit

Permalink
Create feedstock-pr.yml (open-ce#10) (open-ce#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethune-bryant authored Oct 9, 2020
1 parent 38586f7 commit e9870f3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/feedstock-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Open-CE Feedstock PR Tests

on:
pull_request:
branches: [master]

jobs:
optional_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: "3.7"
- uses: open-ce/open-ce/.github/actions/feedstock-optional-pr@master
required_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: "3.7"
- uses: open-ce/open-ce/.github/actions/feedstock-required-pr@master

0 comments on commit e9870f3

Please sign in to comment.