From 0aa5d28bd69a1324158246c9d560ed1054c12002 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:42:57 -0400 Subject: [PATCH] already was apparently --- .github/workflows/docker_testing.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker_testing.yml b/.github/workflows/docker_testing.yml index 54f960fc5..7ab461c57 100644 --- a/.github/workflows/docker_testing.yml +++ b/.github/workflows/docker_testing.yml @@ -30,9 +30,6 @@ jobs: pip install pytest pip install . - - name: Pull docker image - run: docker pull ghcr.io/catalystneuro/neuroconv:latest - - name: Get ephy_testing_data current head hash id: ephys run: echo "::set-output name=HASH_EPHY_DATASET::$(git ls-remote https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git HEAD | cut -f1)"