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 d35ffe8 commit efde534Copy full SHA for efde534
ci/test_fips.sh
@@ -11,7 +11,7 @@ CONNECTOR_WHL="$(ls $CONNECTOR_DIR/dist/*cp38*manylinux2014*.whl | sort -r | hea
11
python3.8 -m venv fips_env
12
source fips_env/bin/activate
13
pip install -U setuptools pip
14
-pip install "${CONNECTOR_WHL}[pandas,secure-local-storage,development]" "cryptography<3.3.0" --force-reinstall --no-binary cryptography
+pip install "${CONNECTOR_WHL}[pandas,secure-local-storage,development]"
15
16
echo "!!! Environment description !!!"
17
echo "Default installed OpenSSL version"
0 commit comments