From ceb4371d2214231f96ca27faed4e5faed3011194 Mon Sep 17 00:00:00 2001 From: brycefrank Date: Wed, 16 Aug 2023 16:13:18 -0700 Subject: [PATCH] cloning instead of installing allometric --- .github/workflows/test-model-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-model-install.yaml b/.github/workflows/test-model-install.yaml index eab14af..05966db 100644 --- a/.github/workflows/test-model-install.yaml +++ b/.github/workflows/test-model-install.yaml @@ -29,4 +29,4 @@ jobs: - name: Clone allometric/allometric. run: | - git clone -b model_migration git@github.com:allometric/allometric.git + git clone -b model_migration https://github.com/allometric/allometric.git