From fcc1cb7f94bc94e544f94a921dc569dfbf0a5e95 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Tue, 19 Dec 2023 10:50:47 -0800 Subject: [PATCH] Update compute.yml --- .github/workflows/compute.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index fcc3540..18bb111 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -10,8 +10,6 @@ jobs: #container: rocker/geospatial:latest container: ghcr.io/boettiger-lab/solara-geospatial:latest steps: - - name: config - run: git config --add safe.directory '*' - name: checkout uses: actions/checkout@v3 with: