From c0a1242c970ba7f1c32a75a9e20a1a8024e17862 Mon Sep 17 00:00:00 2001 From: Julian Pollmann Date: Thu, 6 Nov 2025 16:57:55 +0100 Subject: [PATCH] Fix conda-verify not working with Py3.13 --- .github/workflows/CI_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index b6b08ef..b92fb9b 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -8,7 +8,7 @@ on: jobs: first_check: - name: first code check / python-3.10 / ubuntu-latest + name: first code check / python-3.13 / ubuntu-latest runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -108,7 +108,7 @@ jobs: echo "The code is sufficiently documented with ${UNCOVERED_MEMBERS} uncovered members out of ${UNCOVERED_MEMBERS_ALLOWED} allowed."; anaconda_build: - name: Anaconda build / python-3.10 / ubuntu-latest + name: Anaconda build / python-3.12 / ubuntu-latest runs-on: ubuntu-latest strategy: fail-fast: false @@ -123,7 +123,7 @@ jobs: activate-environment: spec2vec-build auto-update-conda: true environment-file: conda/environment-build.yml - python-version: "3.13" + python-version: "3.12" - name: Show conda config shell: bash -l {0} run: |