Skip to content

Commit 75a15fa

Browse files
ocotsamontoison
authored andcommitted
remove ctregistry for OptimalControl.jl
1 parent b2274e1 commit 75a15fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/Breakage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
set -v
5757
mkdir -p ./pr
5858
echo "${{ github.event.number }}" > ./pr/NR
59-
if [ $URL == "control-toolbox/OptimalControl.jl" ]; then
60-
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/control-toolbox/ct-registry.git"))'
61-
fi
6259
git clone https://github.com/$URL
6360
export PKG=$(echo $URL | cut -f2 -d/)
6461
cd $PKG

0 commit comments

Comments
 (0)