File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212
1313
1414env :
15- LFORTRAN_VERSION : 0.54 .0
15+ LFORTRAN_VERSION : 0.55 .0
1616 MACOSX_DEPLOYMENT_TARGET : 14.0
1717
1818jobs :
@@ -223,6 +223,7 @@ jobs:
223223 cd ../..
224224
225225 - name : Test POT3D
226+ if : ${{ startsWith(matrix.os, 'ubuntu') }}
226227 shell : bash -e -l {0}
227228 run : |
228229 git clone https://github.com/gxyd/pot3d.git
@@ -321,7 +322,7 @@ jobs:
321322 git remote add ondrej https://github.com/certik/scipy
322323 git fetch ondrej
323324 git checkout -t ondrej/merge_special_minpack_fitpack_02
324- git checkout a32e743e53550533d44a8f7c44a71132eca750bf
325+ git checkout de851b31c795d41ce9e1fdead3dac7afff173156
325326 micromamba env create -f environment.yml
326327 micromamba activate scipy-dev
327328 micromamba install -c conda-forge lfortran=${{ env.LFORTRAN_VERSION }}
You can’t perform that action at this time.
0 commit comments