Skip to content

Commit

Permalink
#187 Add recursive submodules in conda build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Nov 5, 2024
1 parent b4ab372 commit 2281cc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Files
uses: actions/checkout@v4
with:
submodule: 'recursive'
- name: Run Conda to Build
run: |
conda config --append channels conda-forge
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Files
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Run Conda to Build and Publish
run: |
conda config --append channels conda-forge
Expand Down

0 comments on commit 2281cc9

Please sign in to comment.