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 348851e commit c6ef95dCopy full SHA for c6ef95d
.evergreen/scripts/configure-env.sh
@@ -19,7 +19,7 @@ UV_CACHE_DIR=$PROJECT_DIRECTORY/.local/uv/cache
19
20
# On Evergreen jobs, "CI" will be set, and we don't want to write to $HOME.
21
if [ "${CI:-}" == "true" ]; then
22
- echo "1, ${CI:-}"
+ echo "1, 2${CI:-}2"
23
PYMONGO_BIN_DIR=${DRIVERS_TOOLS_BINARIES:-}
24
elif [ "Windows_NT" = "${OS:-}" ]; then
25
echo "2"
0 commit comments