Skip to content

Commit

Permalink
Update snake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiruna72 authored May 6, 2024
1 parent ba79c50 commit f823a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: install packages
run: pip3 install numpy --break-system-packages
- name: install
run: export HTSLIB_CONFIGURE_OPTIONS="--enable-bz2=no --enable-lzma=no --with-libdeflate=no --enable-libcurl=no --enable-gcs=no --enable-s3=no" && pip3 install . && squigualiser --help
run: export HTSLIB_CONFIGURE_OPTIONS="--enable-bz2=no --enable-lzma=no --with-libdeflate=no --enable-libcurl=no --enable-gcs=no --enable-s3=no" && pip3 install . --break-system-packages && squigualiser --help
- name: test_reform
run: test/test_reform.sh
- name: test_realign
Expand Down

0 comments on commit f823a8f

Please sign in to comment.