Skip to content

Commit 206c806

Browse files
chore: work with python3.10
1 parent 56ff40f commit 206c806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ functions:
6464
# able to compile OpenSSL with assembly support,
6565
# so we revert back to the slower version.
6666
if [ "$OS" == "Windows_NT" ]; then
67-
export PATH="/cygdrive/c/python/Python311/Scripts:/cygdrive/c/python/Python311:/cygdrive/c/Python311/Scripts:/cygdrive/c/Python311:$PATH"
67+
export PATH="/cygdrive/c/python/Python310/Scripts:/cygdrive/c/python/Python310:/cygdrive/c/Python310/Scripts:/cygdrive/c/Python310:$PATH"
6868
export BOXEDNODE_CONFIGURE_ARGS='openssl-no-asm'
6969
elif uname -a | grep -q 'Darwin.*x86_64'; then
7070
export BOXEDNODE_CONFIGURE_ARGS='--openssl-no-asm'

0 commit comments

Comments
 (0)