@@ -42,10 +42,10 @@ jobs:
4242 - uses : actions/checkout@v4
4343 with :
4444 ref : ${{ steps.version.outputs.version }}
45- - name : Set up Python 3.8
45+ - name : Set up Python 3.13
4646 uses : actions/setup-python@v5
4747 with :
48- python-version : 3.8
48+ python-version : 3.13
4949 - name : Obtain install script
5050 id : runscript
5151 run : |
@@ -83,10 +83,10 @@ jobs:
8383 runs-on : ubuntu-latest
8484 needs : install-script-bash
8585 steps :
86- - name : Set up Python 3.8
86+ - name : Set up Python 3.13
8787 uses : actions/setup-python@v5
8888 with :
89- python-version : 3.8
89+ python-version : 3.13
9090 - name : Add conda to system path
9191 run : |
9292 # $CONDA is an environment variable pointing to the root of the miniconda directory
@@ -119,10 +119,10 @@ jobs:
119119 - uses : actions/checkout@v4
120120 with :
121121 ref : ${{ steps.version.outputs.version }}
122- - name : Set up Python 3.8
122+ - name : Set up Python 3.13
123123 uses : actions/setup-python@v5
124124 with :
125- python-version : 3.8
125+ python-version : 3.13
126126 - name : Obtain install script
127127 id : run0
128128 run : |
@@ -151,7 +151,7 @@ jobs:
151151 tail -n +$linestart README.rst | head -n $lineend | tail -n +$linestart2 | head -n $lineend2
152152 s1="$(tail -n +$linestart README.rst | head -n $lineend | tail -n +$linestart2 | head -n $lineend2 | grep '^[[:blank:]]' | sed 's/^[[:space:]]*//g')"
153153 #If failed here: update this line and the same line in /.github/actions/install-conda/action.yml to match the lines in /README.rst
154- cmp <(echo "$s1") <(echo "conda create -y -n dictys -c conda-forge python=3.9 mamba"; echo ". activate dictys"; echo "mamba install -y -c lingfeiwang -c bioconda -c conda-forge -c pytorch dictys pytorch torchvision torchaudio cpuonly") || exit 1
154+ cmp <(echo "$s1") <(echo "conda create -y -n dictys -c conda-forge python=3.10 mamba"; echo ". activate dictys"; echo "mamba install -y -c lingfeiwang -c bioconda -c conda-forge -c pytorch dictys pytorch torchvision torchaudio cpuonly") || exit 1
155155 echo "run<<EOF" >> $GITHUB_ENV
156156 echo "$s1" >> $GITHUB_ENV
157157 echo "EOF" >> $GITHUB_ENV
@@ -165,10 +165,10 @@ jobs:
165165 runs-on : ubuntu-latest
166166 needs : install-script-conda
167167 steps :
168- - name : Set up Python 3.8
168+ - name : Set up Python 3.13
169169 uses : actions/setup-python@v5
170170 with :
171- python-version : 3.8
171+ python-version : 3.13
172172 - name : Add conda to system path
173173 run : |
174174 # $CONDA is an environment variable pointing to the root of the miniconda directory
@@ -183,7 +183,7 @@ jobs:
183183 runs-on : ubuntu-latest
184184 strategy :
185185 matrix :
186- python-version : ["3.9","3.10",""]
186+ python-version : ["3.9","3.10","3.11"," "]
187187 cuda-version : ["11.7",""]
188188 steps :
189189 - name : Show version
0 commit comments