Skip to content

Commit

Permalink
checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 10, 2024
1 parent b291e0f commit c9316bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
steps:
- name: checkout vcell-solvers repo
uses: actions/checkout@v4
with:
submodules: true

- name: Install Intel MacOS dependencies
if: matrix.platform == 'macos-13'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true


- name: Get conda
uses: conda-incubator/setup-miniconda@v3.0.4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install Intel MacOS dependencies
if: matrix.platform == 'macos-13'
Expand Down

0 comments on commit c9316bd

Please sign in to comment.