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 0320384 commit c30381eCopy full SHA for c30381e
.evergreen/run-tests.sh
@@ -3,7 +3,7 @@
3
set -eux
4
5
# Install the django-mongodb backend
6
-/opt/mongodbtoolchain/v4/bin/python3 -m venv venv
+/opt/python/3.10/bin/python3 -m venv venv
7
. venv/bin/activate
8
python -m pip install -U pip
9
pip install -e .
0 commit comments