Skip to content

Commit

Permalink
Add break packages for macOS14
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Nov 11, 2024
1 parent 4b11b7e commit fb1d6f1
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:
with:
submodules: recursive
- name: install packages
run: pip3 install --upgrade pip && pip3 install --break-system-packages numpy
run: pip3 install --break-system-packages --upgrade pip && pip3 install --break-system-packages numpy
- name: slow5lib
run: git clone /~https://github.com/hasindu2008/slow5lib && cd slow5lib && pip3 install --break-system-packages . && cd ..
- name: install
Expand Down

0 comments on commit fb1d6f1

Please sign in to comment.