Skip to content

Commit 3b38ad4

Browse files
authored
Update CI.yml
1 parent 19e88ed commit 3b38ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
${{ runner.os }}-
3434
- name: Install Custom Registry
3535
run: julia -e 'import Pkg; Pkg.Registry.add(Pkg.RegistrySpec(;url="https://github.com/FF-UH/CSC_Registry.jl"))'
36+
- name: Install deps
37+
run: mkdir -p '/home/runner/work/Chemostat_EColi.jl' && cd '/home/runner/work/Chemostat_EColi.jl' && git clone --depth 1 --branch main --single-branch 'https://github.com/josePereiro/Chemostat_EColi.jl' Chemostat_EColi && cd Chemostat_EColi && julia --startup-file=no 'scripts/0.1_install.jl'
3638
- uses: julia-actions/julia-buildpkg@v1
3739
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)