We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e88ed commit 3b38ad4Copy full SHA for 3b38ad4
.github/workflows/CI.yml
@@ -33,5 +33,7 @@ jobs:
33
${{ runner.os }}-
34
- name: Install Custom Registry
35
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'
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
0 commit comments