fix ci case bug (#15714)

* Create test_gpu.yml

* Update test_gpu.yml

* Create test.py

* Update test_gpu.yml

* Delete configs/test.py

* Update test_gpu.yml

* Create test.py

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Delete .github/workflows/test.py

* Create test.py

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Update test_gpu.yml

* Delete .github/test.py

* Update test_gpu.yml
This commit is contained in:
plusNew001 2025-06-13 11:09:49 +08:00 committed by GitHub
parent 966c11e20b
commit fdf9dc25be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ jobs:
steps:
- name: clone and fetch
run: |
rm -rf $PR_ID
mkdir $PR_ID
cd $PR_ID
git clone --depth=1 https://github.com/PaddlePaddle/PaddleOCR.git -b main