diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82e1b0cb..22f9f6f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - run: pip install flake8 - run: pip install flake8-import-order - run: pip install mypy @@ -29,10 +29,10 @@ jobs: uses: actions/checkout@v4 - name: Set up FFmpeg uses: FedericoCarboni/setup-ffmpeg@v3 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - run: python install.py --onnxruntime default --skip-conda - run: pip install pytest - run: pytest @@ -44,10 +44,10 @@ jobs: uses: actions/checkout@v4 - name: Set up FFmpeg uses: FedericoCarboni/setup-ffmpeg@v3 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - run: python install.py --onnxruntime default --skip-conda - run: pip install coveralls - run: pip install pytest