Skip to content

Commit 4bb60e6

Browse files
authored
Update pre_build_script.sh
1 parent c044521 commit 4bb60e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
CONDA_CHANNEL=""
4-
if [["$PYTHON_VERSION" == "3.13t" ]]; then
4+
if [[ "$PYTHON_VERSION" == "3.13t" ]]; then
55
CONDA_CHANNEL="-c conda-forge"
66
fi
77

0 commit comments

Comments
 (0)