From 8fa5853869fdc1f139619f22c35b5a45011312c0 Mon Sep 17 00:00:00 2001 From: Barak Amar Date: Wed, 18 Oct 2023 14:57:46 +0300 Subject: [PATCH] update the latest astro release --- .github/workflows/provider.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/provider.yaml b/.github/workflows/provider.yaml index eca5c59..98b0df4 100644 --- a/.github/workflows/provider.yaml +++ b/.github/workflows/provider.yaml @@ -50,7 +50,7 @@ jobs: python3 -m build - name: Install astro - run: curl -sSL https://install.astronomer.io | sudo bash -s -- 0.28.1 + run: curl -sSL https://install.astronomer.io | sudo bash -s -- v1.19.3 - name: Create astro dev env run: mkdir astro && cd astro && astro dev init