Skip to content

Commit

Permalink
fixed kallisto version installed under build_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Nov 14, 2023
1 parent 238cbc3 commit 65e33e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
- name: Install kallisto
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
brew install kallisto
brew install kallisto@0.50.0
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install kallisto
brew install kallisto@0.50.0
elif [ "$RUNNER_OS" == "Windows" ]; then
choco install wget -y
wget https://github.com/pachterlab/kallisto/releases/download/v0.50.0/kallisto_windows-v0.50.0.zip
Expand Down

0 comments on commit 65e33e8

Please sign in to comment.