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 eabb85d commit 262dae3Copy full SHA for 262dae3
2 files changed
.gitignore
@@ -38,4 +38,5 @@ data/ram_air_kite/ram_air_kite_foil_cm_polar.csv
38
output/
39
output_cairo/
40
examples_cp/.CondaPkg/
41
+test/.CondaPkg/
42
LocalPreferences.toml
bin/install_controlplots
@@ -252,6 +252,10 @@ if [[ "$_backend" == "system" ]]; then
252
echo "Removing ${CONTROLPLOTS_PROJECT}/.CondaPkg (switching from CondaPkg to system Python)..."
253
rm -rf "${CONTROLPLOTS_PROJECT}/.CondaPkg"
254
fi
255
+ if [[ -d "${TEST_PROJECT}/.CondaPkg" ]]; then
256
+ echo "Removing ${TEST_PROJECT}/.CondaPkg (switching from CondaPkg to system Python)..."
257
+ rm -rf "${TEST_PROJECT}/.CondaPkg"
258
+ fi
259
# Unset JULIA_PYTHONCALL_EXE so the LocalPreferences.toml exe setting takes
260
# effect.
261
unset JULIA_PYTHONCALL_EXE
0 commit comments