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 9716016 commit 0f25105Copy full SHA for 0f25105
.evergreen/run-tests.sh
@@ -6,7 +6,6 @@ set -eux
6
/opt/python/3.10/bin/python3 -m venv venv
7
. venv/bin/activate
8
python -m pip install -U pip
9
-pip install ".[encryption]"
10
pip install -e .
11
12
# Install django and test dependencies
0 commit comments