fix CI add gitee token temporarily (#17263)

### Summary

fix CI add gitee token temporarily
This commit is contained in:
maoyifeng
2026-07-22 21:35:57 +08:00
committed by GitHub
parent 2487d4b8f7
commit 92c1a232a3
2 changed files with 6 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ jobs:
- name: Prepare Python test environment
if: steps.detect_changes.outputs.has_python_changes == 'true'
run: |
git config --global url."https://oauth2:796df937ae36d0014a35aa8ab2b02609@gitee.com/".insteadOf "https://gitee.com/"
uv sync --python 3.13 --group test --frozen
uv pip install -e sdk/python
@@ -351,6 +352,7 @@ jobs:
- name: Prepare Python test environment
if: env.API_PROXY_SCHEME != 'web'
run: |
git config --global url."https://oauth2:796df937ae36d0014a35aa8ab2b02609@gitee.com/".insteadOf "https://gitee.com/"
uv sync --python 3.13 --group test --frozen
uv pip install -e sdk/python
@@ -924,6 +926,7 @@ jobs:
- name: Prepare Python test environment
if: env.API_PROXY_SCHEME != 'web'
run: |
git config --global url."https://oauth2:796df937ae36d0014a35aa8ab2b02609@gitee.com/".insteadOf "https://gitee.com/"
uv sync --python 3.13 --group test --frozen
uv pip install -e sdk/python

View File

@@ -132,6 +132,7 @@ jobs:
- name: Prepare Python test environment
run: |
git config --global url."https://oauth2:796df937ae36d0014a35aa8ab2b02609@gitee.com/".insteadOf "https://gitee.com/"
uv sync --python 3.13 --group test --frozen
uv pip install -e sdk/python
@@ -225,6 +226,7 @@ jobs:
- name: Prepare Python test environment
run: |
git config --global url."https://oauth2:796df937ae36d0014a35aa8ab2b02609@gitee.com/".insteadOf "https://gitee.com/"
uv sync --python 3.13 --group test --frozen
uv pip install -e sdk/python
@@ -668,6 +670,7 @@ jobs:
- name: Prepare Python test environment
run: |
git config --global url."https://oauth2:796df937ae36d0014a35aa8ab2b02609@gitee.com/".insteadOf "https://gitee.com/"
uv sync --python 3.13 --group test --frozen
uv pip install -e sdk/python