Skip to content

Commit

Permalink
ci: check out submodules for verification build (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored Feb 15, 2024
1 parent 8596879 commit 1bc8a60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
submodules: recursive

- name: Prepare version
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
submodules: recursive
- uses: conda-incubator/setup-miniconda@v3
# The Unix script will set up conda itself
if: matrix.os == 'windows-latest'
Expand Down
3 changes: 2 additions & 1 deletion ci/scripts/source_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
# specific language governing permissions and limitations
# under the License.

set -eu
set -euo pipefail
set -x

main() {
local -r source_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
Expand Down

0 comments on commit 1bc8a60

Please sign in to comment.