Skip to content

Commit 010b7aa

Browse files
Merge pull request #101 from julianpollmann/fix-ci
Fix conda-verify not working with Py3.13
2 parents 9edb19a + c0a1242 commit 010b7aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99

1010
first_check:
11-
name: first code check / python-3.10 / ubuntu-latest
11+
name: first code check / python-3.13 / ubuntu-latest
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
@@ -108,7 +108,7 @@ jobs:
108108
echo "The code is sufficiently documented with ${UNCOVERED_MEMBERS} uncovered members out of ${UNCOVERED_MEMBERS_ALLOWED} allowed.";
109109
110110
anaconda_build:
111-
name: Anaconda build / python-3.10 / ubuntu-latest
111+
name: Anaconda build / python-3.12 / ubuntu-latest
112112
runs-on: ubuntu-latest
113113
strategy:
114114
fail-fast: false
@@ -123,7 +123,7 @@ jobs:
123123
activate-environment: spec2vec-build
124124
auto-update-conda: true
125125
environment-file: conda/environment-build.yml
126-
python-version: "3.13"
126+
python-version: "3.12"
127127
- name: Show conda config
128128
shell: bash -l {0}
129129
run: |

0 commit comments

Comments
 (0)