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 c044521 commit 4bb60e6Copy full SHA for 4bb60e6
packaging/pre_build_script.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
CONDA_CHANNEL=""
4
-if [["$PYTHON_VERSION" == "3.13t" ]]; then
+if [[ "$PYTHON_VERSION" == "3.13t" ]]; then
5
CONDA_CHANNEL="-c conda-forge"
6
fi
7
0 commit comments