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

@@ -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