Skip to content

Commit 3dd559c

Browse files
committed
Try again with crypt_shared_lib_path
1 parent 8a4697d commit 3dd559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/encrypted_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"auto_encryption_opts": AutoEncryptionOpts(
1515
key_vault_namespace="my_encrypted_database.keyvault",
1616
kms_providers={"local": {"key": os.urandom(96)}},
17-
crypt_shared_lib_path=crypt_shared_lib_path,
17+
crypt_shared_lib_path=str(crypt_shared_lib_path),
1818
),
1919
"directConnection": True,
2020
},

0 commit comments

Comments
 (0)