Skip to content

Commit ba79c50

Browse files
authored
Update snake.yml
1 parent 1c1419d commit ba79c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
submodules: recursive
108108
- name: install packages
109-
run: pip3 install numpy
109+
run: pip3 install numpy --break-system-packages
110110
- name: install
111111
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
112112
- name: test_reform

0 commit comments

Comments
 (0)