diff --git a/.github/workflows/train_and_inference.yml b/.github/workflows/train_and_inference.yml index 30e907b..372823a 100644 --- a/.github/workflows/train_and_inference.yml +++ b/.github/workflows/train_and_inference.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: - python-version: 3.18 + python-version: 3.13 - name: Install dependencies run: | python -m pip install --upgrade pip