Skip to content

Commit

Permalink
Merge pull request #3 from open-ce/github-action
Browse files Browse the repository at this point in the history
Removed py references from github workflows
  • Loading branch information
Nishidha authored Oct 10, 2022
2 parents 254b50c + 5b2a992 commit 9b04920
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/feedstock-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
- uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: "3.9"
- uses: open-ce/open-ce/.github/actions/feedstock-merge@main
2 changes: 0 additions & 2 deletions .github/workflows/feedstock-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: "3.9"
- uses: open-ce/open-ce/.github/actions/feedstock-optional-pr@main
required_tests:
runs-on: ubuntu-latest
Expand All @@ -25,5 +24,4 @@ jobs:
- uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: "3.9"
- uses: open-ce/open-ce/.github/actions/feedstock-required-pr@main

0 comments on commit 9b04920

Please sign in to comment.