Try removing the offending line

This commit is contained in:
Joe Rickerby
2023-06-06 16:11:19 +01:00
parent 51f5c7fe68
commit 8d126bc281
-2
View File
@@ -37,8 +37,6 @@ jobs:
language: shell
before_install:
- choco upgrade python3 -y --version 3.7.9 --limit-output
# Update root certificates to fix SSL error; see http://www.chawn.com/RootCerts.htm
- powershell "md C:\temp\certs; CertUtil -generateSSTFromWU C:\temp\certs\RootStore.sst; Get-ChildItem -Path C:\\temp\certs\Rootstore.sst | Import-Certificate -CertStoreLocation Cert:\\LocalMachine\\Root\\ | out-null"
env:
- PYTHON=C:\\Python37\\python