From 3359872e0749a04e1a3454df16e9dd21eb702894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 8 Jul 2024 14:42:39 -0700 Subject: [PATCH 1/2] X Ensure CI still runs --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 16a1b75..b577b5a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,6 +13,7 @@ on: env: MACOSX_DEPLOYMENT_TARGET: 12.0 + jobs: Build: name: Conda-Forge LPython Test ${{ matrix.os }} From b356b8c13f5ef5e5c24a413a98ac65892f1053e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 8 Jul 2024 14:46:42 -0700 Subject: [PATCH 2/2] Update LPython to 0.22.0 --- .github/workflows/CI.yml | 3 +-- environment.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b577b5a..6562010 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,6 @@ on: env: MACOSX_DEPLOYMENT_TARGET: 12.0 - jobs: Build: name: Conda-Forge LPython Test ${{ matrix.os }} @@ -50,7 +49,7 @@ jobs: git clone https://github.com/lcompilers/lpython.git cd lpython git fetch https://github.com/lcompilers/lpython.git --tags -f - git checkout v0.20.0 + git checkout v0.22.0 - name: Run LPython Integration Tests if: ${{ !startsWith(matrix.os, 'windows-2019') }} diff --git a/environment.yml b/environment.yml index 65060e1..6328522 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - python=3.10 - - lpython=0.20.0 + - lpython=0.22.0 - nodejs=18.12.1 - make=4.3 - cmake=3.25.2