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 0de391c commit c3a53b4Copy full SHA for c3a53b4
.evergreen/run-mongodb-aws-ecs-test.sh
@@ -30,5 +30,4 @@ export TEST_AUTH_AWS=1
30
export AUTH="auth"
31
export SET_XTRACE_ON=1
32
cd src
33
-$PYTHON_BINARY -m pip install -q --user hatch
34
bash .evergreen/hatch.sh test:test-eg
.evergreen/scripts/ensure-hatch.sh
@@ -16,7 +16,8 @@ if [ ! -x "$(command -v hatch)" ]; then
16
echo "Creating virtual environment..."
17
createvirtualenv "$PYTHON_BINARY" .venv
18
echo "Creating virtual environment... done."
19
- elif [ -f $VENV_DIR/Scripts/activate ]; then
+ fi
20
+ if [ -f $VENV_DIR/Scripts/activate ]; then
21
. $VENV_DIR/Scripts/activate
22
else
23
. $VENV_DIR/bin/activate
0 commit comments