mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-25 08:31:35 +00:00
actions: google-auth ToT to solve Python 3.12 issues with deprecated six library
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -426,6 +426,13 @@ jobs:
|
||||
"${PYTHON}" -m pip install --upgrade wheel
|
||||
"${PYTHON}" -m pip install --upgrade setuptools
|
||||
|
||||
- name: ToT Google Auth for Python 3.12
|
||||
if: matrix.python == '3.12'
|
||||
run: |
|
||||
# This can be removed once google-auth 2.23+ is out
|
||||
# and removes six deps
|
||||
"${PYTHON}" -m pip install --upgrade --force git+https://github.com/googleapis/google-auth-library-python@main
|
||||
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
echo "before anything..."
|
||||
|
||||
Reference in New Issue
Block a user