Skip to content

Commit 73675d2

Browse files
committed
try no uv_python
1 parent 0090452 commit 73675d2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ if [ -z "${PYTHON_BINARY:-}" ]; then
2929
PYTHON_BINARY=$(find_python3)
3030
fi
3131
fi
32-
export UV_PYTHON=${PYTHON_BINARY}
33-
echo "Using python $UV_PYTHON"
32+
# export UV_PYTHON=${PYTHON_BINARY}
33+
# echo "Using python $UV_PYTHON"
3434

3535
# Add the default install path to the path if needed.
3636
if [ -z "${PYMONGO_BIN_DIR:-}" ]; then

.github/workflows/test-python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
enable-cache: true
3232
python-version: "3.10"
3333

34-
- name: Make sure the lock file is up to date
35-
run: |
36-
uv lock
3734
- name: Install just
3835
run: uv tool install rust-just
3936
- name: Install Python dependencies

0 commit comments

Comments
 (0)