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 0090452 commit 73675d2Copy full SHA for 73675d2
.evergreen/scripts/setup-dev-env.sh
@@ -29,8 +29,8 @@ if [ -z "${PYTHON_BINARY:-}" ]; then
29
PYTHON_BINARY=$(find_python3)
30
fi
31
32
-export UV_PYTHON=${PYTHON_BINARY}
33
-echo "Using python $UV_PYTHON"
+# export UV_PYTHON=${PYTHON_BINARY}
+# echo "Using python $UV_PYTHON"
34
35
# Add the default install path to the path if needed.
36
if [ -z "${PYMONGO_BIN_DIR:-}" ]; then
.github/workflows/test-python.yml
@@ -31,9 +31,6 @@ jobs:
enable-cache: true
python-version: "3.10"
- - name: Make sure the lock file is up to date
- run: |
- uv lock
37
- name: Install just
38
run: uv tool install rust-just
39
- name: Install Python dependencies
0 commit comments