Skip to content

Commit

Permalink
updating CatGT in docker and github action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwallace123 committed Jan 18, 2024
1 parent 93e3b0d commit 540ab35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
branches: [ "main", "dev" ]
branches: [ "main"]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RUN mkdir /home/muser/neuropixel
WORKDIR /home/muser/neuropixel

## CatGT
RUN wget -P /tmp/ http://billkarsh.github.io/SpikeGLX/Support/CatGTLnx39App.zip
RUN unzip /tmp/CatGTLnx39App.zip
RUN wget -P /tmp/ http://billkarsh.github.io/SpikeGLX/Support/CatGTLnxApp.zip
RUN unzip /tmp/CatGTLnxApp.zip
RUN cd ./CatGT-linux && bash install.sh
ENV catGTPath=/home/muser/neuropixel/CatGT-linux

Expand Down

0 comments on commit 540ab35

Please sign in to comment.