From e0ab8dde2fc76d512684d0ed8e76b92eb652cf1f Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Wed, 22 Apr 2026 14:20:34 +0200 Subject: [PATCH 1/2] fix workflow --- .github/workflows/copy-neuropixels-probe-features.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/copy-neuropixels-probe-features.yml b/.github/workflows/copy-neuropixels-probe-features.yml index be39ff987..f97c791ab 100644 --- a/.github/workflows/copy-neuropixels-probe-features.yml +++ b/.github/workflows/copy-neuropixels-probe-features.yml @@ -16,6 +16,7 @@ jobs: - name: Copy file from external repo run: | # Download the file directly + mkdir -p neo/resources curl -o neo/resources/neuropixels_probe_features.json \ https://raw.githubusercontent.com/billkarsh/ProbeTable/refs/heads/main/Tables/probe_features.json From a0412b3bb26c769d6619d3b730f90fb539b0d84b Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Wed, 22 Apr 2026 14:21:45 +0200 Subject: [PATCH 2/2] fix workflow 2 --- .github/workflows/copy-neuropixels-probe-features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy-neuropixels-probe-features.yml b/.github/workflows/copy-neuropixels-probe-features.yml index f97c791ab..7918dd3cb 100644 --- a/.github/workflows/copy-neuropixels-probe-features.yml +++ b/.github/workflows/copy-neuropixels-probe-features.yml @@ -44,4 +44,4 @@ jobs: title: "Update Neuropixels probe features" body: "This PR updates the probe features JSON file from the ProbeTable repository." branch-suffix: short-commit-hash - base: "main" + base: "master"