Skip to content

Commit

Permalink
Update snake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 authored Jun 26, 2024
1 parent 6e1bea3 commit 2af0d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
- name: install packages
run: pip3 install --break-system-packages numpy
- name: slow5lib-dev
run: git clone /~https://github.com/hasindu2008/slow5lib && cd slow5lib && pip3 install --user . && cd ..
run: git clone /~https://github.com/hasindu2008/slow5lib && cd slow5lib && pip3 install --break-system-packages . && cd ..
- name: install
run: pip3 install --user . && blue-crab --help
run: pip3 install --break-system-packages . && blue-crab --help
- name: test
run: test/test.sh

0 comments on commit 2af0d24

Please sign in to comment.