Commit 75ca6c08 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

add cellranger 3.0.2 install to testing environment

parent 91eef4a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
image: busybox:latest

before_script:
  - echo "Installing cellranger dependencies
  - echo "Installing cellranger dependencies"
  - sudo apt-get install install go rust rustup node python
  - export GOPATH="${HOME}/.go"
  - export GOROOT="$(brew --prefix golang)/libexec"