mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Install pip in Python virtual environment setup
Added a step to download and install pip in the CI workflow.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -482,6 +482,8 @@ jobs:
|
|||||||
- name: Create and use Python venv
|
- name: Create and use Python venv
|
||||||
run: |
|
run: |
|
||||||
cd "$GITHUB_WORKSPACE"
|
cd "$GITHUB_WORKSPACE"
|
||||||
|
curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||||
|
"$PYTHON" get-pip.py
|
||||||
"$PYTHON" -m venv venv
|
"$PYTHON" -m venv venv
|
||||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||||
# hack till pyscard has a wheel for win arm64
|
# hack till pyscard has a wheel for win arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user