Skip to content

Commit

Permalink
update CirrusCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Feb 20, 2024
1 parent c828dbd commit d82b11b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ task:
sh -c "$(fetch ${URL} -o -)"
fi
build_script:
- julia --color=yes --project=. -e 'using Pkg; pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/RegularizedProblems.jl.git", rev = "main"); pkg2 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git", rev = "master"); Pkg.add([pkg1, pkg2])'
- cirrusjl build
test_script:
- cirrusjl test

0 comments on commit d82b11b

Please sign in to comment.