From 19853a45f3fc6bec84c84b12db104e218bb07c89 Mon Sep 17 00:00:00 2001 From: Dana Singh Date: Tue, 5 Nov 2024 14:23:49 -0500 Subject: [PATCH] #187 Change `submodule` to `submodules` --- .github/workflows/build_conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_conda.yml b/.github/workflows/build_conda.yml index 6c4f0621..e11fb93d 100644 --- a/.github/workflows/build_conda.yml +++ b/.github/workflows/build_conda.yml @@ -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