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 b8b6a44 commit 5a59c2bCopy full SHA for 5a59c2b
ci/test_darwin.sh
@@ -22,6 +22,9 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS
22
# Decrypt private key file
23
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" "${CONNECTOR_DIR}/.github/workflows/parameters/public/rsa_keys/rsa_key_python_${cloud_provider}.p8.gpg" > "test/rsa_key_python_${cloud_provider}.p8"
24
25
+# Remove CRL cache directory if it exists to avoid permission issues (if it was created by older version of the connector)
26
+rm -rf ~/Library/Caches/Snowflake/crls
27
+
28
rm -rf venv
29
python3.12 -m venv venv
30
. venv/bin/activate
0 commit comments