Skip to content

Commit

Permalink
Merge pull request #22 from Shaikh-Ubaid/update_lfortran
Browse files Browse the repository at this point in the history
Update LFortran to latest `0.29.0`
  • Loading branch information
certik committed Oct 29, 2023
2 parents f09dffa + 1edeec0 commit f3693fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main

env:
LFORTRAN_VERSION: 0.28.0
LFORTRAN_VERSION: 0.29.0
MACOSX_DEPLOYMENT_TARGET: 12.0

jobs:
Expand Down Expand Up @@ -193,8 +193,8 @@ jobs:
cd scipy
git remote add ondrej https://github.com/certik/scipy
git fetch ondrej
git checkout -t ondrej/merge_specfun_minpack_fitpack4
git checkout 84ac735ae7a4071aee5cb84067e89530d55e27e2
git checkout -t ondrej/merge_special_minpack_fitpack_02
git checkout a32e743e53550533d44a8f7c44a71132eca750bf
micromamba env create -f environment.yml
micromamba activate scipy-dev
micromamba install -c conda-forge lfortran=${{ env.LFORTRAN_VERSION }}
Expand All @@ -211,7 +211,7 @@ jobs:
cd ../
python dev.py build
- name: Test SciPy Specfun
- name: Test SciPy Special (Specfun, Amos, Mach and Cdflib)
shell: bash -e -x -l {0}
run: |
cd scipy/
Expand Down

0 comments on commit f3693fd

Please sign in to comment.