We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31543 commit 428d743Copy full SHA for 428d743
1 file changed
bin/update_default_manifest
@@ -62,10 +62,8 @@ elif [[ $julia_major == "1.11" ]]; then
62
cp examples/Manifest-v1.11.toml Manifest-v1.11.toml.default
63
rm -rf ~/.julia/compiled/v1.11/KiteModels/
64
echo "Updated Manifest-v1.11.toml.default !"
65
- echo "Make sure to run the tests before committing the new version!"
66
else
67
cp Manifest-v1.12.toml Manifest-v1.12.toml.default
68
rm -rf ~/.julia/compiled/v1.12/KiteModels/
69
echo "Updated Manifest-v1.12.toml.default !"
70
71
fi
0 commit comments