Skip to content

Commit 9d28de4

Browse files
committed
fix: minor issues
1 parent bbf5b7f commit 9d28de4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/update_plots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mkdir -p "$ASSETS_DIR"
2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2121
cd "$SCRIPT_DIR/.."
2222

23-
python src/run.py plot -o "$ASSETS_DIR"
23+
$( which conda ) run -n base python src/run.py plot -o "$ASSETS_DIR"
2424

2525
cd "$TMP_REPO"
2626
git pull --ff-only

src/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)