Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/copy-neuropixels-probe-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -43,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"
Loading