diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57c8e97e..7dfd9e83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -482,6 +482,8 @@ jobs: - name: Create and use Python venv run: | cd "$GITHUB_WORKSPACE" + curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py + "$PYTHON" get-pip.py "$PYTHON" -m venv venv if [[ "$RUNNER_OS" == "Windows" ]]; then # hack till pyscard has a wheel for win arm64