From 08440d1070797e1ec979f7768d1443a6fd046b6f Mon Sep 17 00:00:00 2001 From: gstarovo Date: Wed, 29 May 2024 15:42:10 +0200 Subject: [PATCH] python3.5 set env downloaded cert --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20acb085..8c4af8d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: if: ${{ matrix.python-version == '3.5' }} env: wget https://crt.sh/?d=443850 - PIP_CERT=index.html?d=443850 + PIP_CERT: index.html?d=443850 uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }}