Skip to content

Commit 1ba312e

Browse files
authored
Merge pull request #71 from certik/up2
Update to LFortran 0.55.0
2 parents 55ffc5f + aff2060 commit 1ba312e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313

1414
env:
15-
LFORTRAN_VERSION: 0.54.0
15+
LFORTRAN_VERSION: 0.55.0
1616
MACOSX_DEPLOYMENT_TARGET: 14.0
1717

1818
jobs:
@@ -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 }}

0 commit comments

Comments
 (0)