Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Aug 23, 2024
1 parent e1ee10f commit 7927e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_release
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export JULIA_DEPOT_PATH="~/julia_tmp"
mkdir int_test
cd int_test
echo "Installing KiteSimulators and ControlPlots..."
julia --project="." -e "using Pkg; pkg\"add KiteSimulators\"; pkg\"add ControlPlots\""
julia --project="." -e "using Pkg; Pkg.add(\"KiteSimulators\"); Pkg.add(\"ControlPlots\")"
echo "Installing Timers..."
julia --project -e "using Pkg; pkg\"add Timers\""
julia --project -e "using Pkg; Pkg.add(\"Timers\")"
echo "Instializing the project..."
julia --project -e "using KiteSimulators; init_project()"
echo "Creating the system image..."
Expand Down

0 comments on commit 7927e48

Please sign in to comment.