mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
make YK optional, 'pip install gam7[yubikey]'
This commit is contained in:
parent
4e04bd7c51
commit
a58a998b49
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -508,9 +508,9 @@ jobs:
|
||||
"${PYTHON}" -m pip install --force-reinstall --no-deps cryptography*.whl
|
||||
echo "after cryptography..."
|
||||
"${PYTHON}" -m pip list
|
||||
"${PYTHON}" -m pip install --upgrade --no-binary :all: -r requirements.txt
|
||||
"${PYTHON}" -m pip install --upgrade --no-binary :all: -r requirements.txt[yubikey]
|
||||
else
|
||||
"${PYTHON}" -m pip install --upgrade -r requirements.txt
|
||||
"${PYTHON}" -m pip install --upgrade -r requirements.txt[yubikey]
|
||||
echo "after requirements..."
|
||||
"${PYTHON}" -m pip list
|
||||
"${PYTHON}" -m pip install --force-reinstall --no-deps --upgrade cryptography
|
||||
|
@ -11,4 +11,4 @@ lxml
|
||||
passlib>=1.7.2
|
||||
pathvalidate
|
||||
python-dateutil
|
||||
yubikey-manager>=5.0
|
||||
yubikey-manager>=5.0[yubikey]
|
||||
|
Loading…
x
Reference in New Issue
Block a user