File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ if [ ! -d $BIN_DIR ]; then
30
30
fi
31
31
export UV_PYTHON=${PYTHON_BINARY}
32
32
echo " export UV_PYTHON=$UV_PYTHON " >> $HERE /env.sh
33
+ echo " Using python $UV_PYTHON "
33
34
fi
34
- echo " Using python $UV_PYTHON "
35
35
uv sync --frozen
36
36
uv run --frozen --with pip pip install -e .
37
37
echo " Setting up python environment... done."
Original file line number Diff line number Diff line change 23
23
SILK_ASSET_GROUP : mongodb-python-driver
24
24
EVERGREEN_PROJECT : mongo-python-driver
25
25
# Constant
26
- DRY_RUN : ${{ inputs.dry_run == 'true' }}
26
+ DRY_RUN : ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'true' }}
27
27
FOLLOWING_VERSION : ${{ inputs.following_version || '' }}
28
28
VERSION : ${{ inputs.version || '10.10.10.10' }}
29
29
You can’t perform that action at this time.
0 commit comments