Skip to content

Commit

Permalink
remove ctregistry for OptimalControl.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored and amontoison committed Aug 18, 2024
1 parent b2274e1 commit 75a15fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
set -v
mkdir -p ./pr
echo "${{ github.event.number }}" > ./pr/NR
if [ $URL == "control-toolbox/OptimalControl.jl" ]; then
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/control-toolbox/ct-registry.git"))'
fi
git clone https://github.com/$URL
export PKG=$(echo $URL | cut -f2 -d/)
cd $PKG
Expand Down

0 comments on commit 75a15fa

Please sign in to comment.