Skip to content

Commit 585df04

Browse files
authored
Merge pull request #14 from compas-dev/workflow
fix build
2 parents c88b1ad + 48b7ba2 commit 585df04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424

2525
- uses: actions/checkout@v2
26+
with:
27+
submodules: recursive
2628

2729
- uses: conda-incubator/[email protected]
2830
with:
@@ -33,7 +35,7 @@ jobs:
3335

3436
- name: build
3537
run: |
36-
conda install git cmake">=3.14" boost eigen=3.3 COMPAS">=0.16.1" -y
38+
conda install git cmake">=3.14" boost eigen COMPAS --yes
3739
pip install -r requirements-dev.txt
3840
3941
- name: Lint with flake8

0 commit comments

Comments
 (0)