Commit 9d4d32cd authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

add cellranger 3.0.2 install to testing environment

parent f256d81f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ image: busybox:latest

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