| commit | e657bd4193ce9c44e4b5aef855800d5e6589d295 | [log] [tgz] |
|---|---|---|
| author | liuhy <liuhongyu@apache.org> | Thu Jan 02 09:52:23 2025 +0800 |
| committer | liuhy <liuhongyu@apache.org> | Thu Jan 02 09:52:23 2025 +0800 |
| tree | 1310dd756fc5e00f26d83d0be305472eaf63a4d5 | |
| parent | 3bc35819bf4523509d14254780aba5a89317faf8 [diff] |
[type:fix] fix ci python version
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df3199f..4fbbd78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10" ] + python-version: [ "3.7.17", "3.8.18", "3.9.21", "3.10.16" ] steps: - name: Checkout uses: actions/checkout@v2