We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1419d commit ba79c50Copy full SHA for ba79c50
.github/workflows/snake.yml
@@ -106,7 +106,7 @@ jobs:
106
with:
107
submodules: recursive
108
- name: install packages
109
- run: pip3 install numpy
+ run: pip3 install numpy --break-system-packages
110
- name: install
111
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
112
- name: test_reform
0 commit comments