diff --git a/.github/workflows/SyncToGitee.yml b/.github/workflows/SyncToGitee.yml index b99926a..ffea569 100644 --- a/.github/workflows/SyncToGitee.yml +++ b/.github/workflows/SyncToGitee.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Mirror the Github organization repos to Gitee. - uses: Yikun/hub-mirror-action@v1.3 + uses: Yikun/hub-mirror-action@v1.4 with: src: 'github/RapidAI' dst: 'gitee/RapidAI' diff --git a/.github/workflows/gen_whl_to_pypi_rapid_layout.yml b/.github/workflows/gen_whl_to_pypi_rapid_layout.yml index 9423cae..8352689 100644 --- a/.github/workflows/gen_whl_to_pypi_rapid_layout.yml +++ b/.github/workflows/gen_whl_to_pypi_rapid_layout.yml @@ -20,10 +20,10 @@ jobs: - name: Pull latest code uses: actions/checkout@v3 - - name: Set up Python 3.7 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: '3.7' + python-version: '3.10' architecture: 'x64' - name: Display Python version diff --git a/requirements.txt b/requirements.txt index 661ad19..8504325 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.21.6,<2.0.0 opencv_python>=4.6.0.66 setuptools>=61.2.0 PyYAML -pytest>=7.2.1,<9.0.0 +pytest==8.1.1 pip>=24.0 onnxruntime wheel