mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-25 01:43:27 +08:00
fix CI add gitee token temporarily (#17263)
### Summary fix CI add gitee token temporarily
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user