mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Refactor pip installation steps in build workflow
Commented out pip upgrade commands and adjusted yubikey installation.
This commit is contained in:
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -529,18 +529,6 @@ jobs:
|
||||
echo "gam=${gam}" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
#- name: Upgrade pip, wheel, etc
|
||||
# run: |
|
||||
# curl $curl_retry -O https://bootstrap.pypa.io/get-pip.py
|
||||
# "$PYTHON" get-pip.py
|
||||
# "$PYTHON" -m pip install --upgrade pip
|
||||
# "$PYTHON" -m pip install --upgrade wheel
|
||||
# "$PYTHON" -m pip install --upgrade setuptools
|
||||
# "$PYTHON" -m pip install --upgrade importlib-metadata
|
||||
# "$PYTHON" -m pip install --upgrade setuptools-scm
|
||||
# "$PYTHON" -m pip install --upgrade packaging
|
||||
# "$PYTHON" -m pip list
|
||||
|
||||
- name: Install pip requirements
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
@@ -551,10 +539,7 @@ jobs:
|
||||
gh release download --repo "jay0lee/cryptography-wheels" --pattern "*win_arm64.whl" --clobber
|
||||
"$PYTHON" -m pip install cryptography-*.whl
|
||||
fi
|
||||
# "$PYTHON" -m pip install --upgrade ..[yubikey]
|
||||
# TODO: once yubikey upgrades to cryptography 49 this should no longer be necessary
|
||||
"$PYTHON" -m pip install yubikey-manager==5.9.1 --no-deps
|
||||
"$PYTHON" -m pip install ..[yubikey]
|
||||
"$PYTHON" -m pip install --upgrade ..[yubikey]
|
||||
|
||||
- name: Install PyInstaller
|
||||
if: matrix.goal == 'build'
|
||||
|
||||
Reference in New Issue
Block a user