Skip to content

Commit

Permalink
Create feedstock-pr.yml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethune-bryant authored Oct 9, 2020
1 parent b8a5fc2 commit d4460d8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ requirements:
- tensorboard {{ tensorboard }}

build:
number: 1
number: 2
{% if build_type == 'cpu' %}
string: {{ build_type }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }}
{% else %}
Expand Down

0 comments on commit d4460d8

Please sign in to comment.