From 3a349c84c1940cd726da536f0c03d7e512078d6d Mon Sep 17 00:00:00 2001 From: Till Ehrengruber Date: Sun, 23 Jun 2024 15:17:55 +0200 Subject: [PATCH] CI fixes (not done) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 348a758..9b10bb3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: python-version: ${{ matrix.python-version }} # TODO(tehrengruber): cache? - name: Install GT4Py run: | - git clone git@github.com:GridTools/gt4py.git + git clone https://github.com/GridTools/gt4py.git cd gt4py pip install . - uses: julia-actions/setup-julia@v1