PYTHON-5502 Fix c extensions on OIDC VMs (#2489)

This commit is contained in:
Steven Silvester 2025-08-19 11:26:11 -05:00 committed by GitHub
parent d24b4a5697
commit 3a26119eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ if [ ${OIDC_ENV} == "k8s" ]; then
SUB_TEST_NAME=$K8S_VARIANT-remote
else
SUB_TEST_NAME=$OIDC_ENV-remote
apt-get install -y python3-dev build-essential
sudo apt-get install -y python3-dev build-essential
fi
bash ./.evergreen/just.sh setup-tests auth_oidc $SUB_TEST_NAME