diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81196fb20f..10b6c0f49a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,9 @@ jobs: if: runner.os == 'Windows' run: echo "HUNTER_PYTHON_LOCATION=$env:pythonLocation" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8 + - name: Install requests python module for upload script + run: python -m pip install requests + - name: Build on Unix if: runner.os != 'Windows' env: