Skip to content

Commit

Permalink
#187 Change submodule to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Nov 5, 2024
1 parent 2281cc9 commit 19853a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Files
uses: actions/checkout@v4
with:
submodule: 'recursive'
submodules: 'recursive'
- name: Run Conda to Build
run: |
conda config --append channels conda-forge
Expand Down

0 comments on commit 19853a4

Please sign in to comment.