Skip to content

Commit

Permalink
Do not create ~/.julia/dev
Browse files Browse the repository at this point in the history
It already exists in the docker container since
homalg-project/gap-docker-base@12e5859
  • Loading branch information
zickgraf committed Apr 4, 2024
1 parent 64c72cd commit 206e6f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ test-spacing:
test-gap_to_julia: doc
if [ -d "../FinSetsForCAP" ]; then make -C "../FinSetsForCAP" doc; fi
git clone https://github.com/homalg-project/PackageJanitor.git ~/.gap/pkg/PackageJanitor
mkdir ~/.julia/dev
git clone https://github.com/zickgraf/CAP.jl.git ~/.julia/dev/CAP
git clone https://github.com/zickgraf/MonoidalCategories.jl.git ~/.julia/dev/MonoidalCategories
git clone https://github.com/zickgraf/CartesianCategories.jl.git ~/.julia/dev/CartesianCategories
Expand Down

0 comments on commit 206e6f6

Please sign in to comment.