File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
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 : |
You can’t perform that action at this time.
0 commit comments