Skip to content

Commit

Permalink
try to make the snake happy on ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Jun 23, 2024
1 parent 1c051c0 commit fbd785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install packages
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev python3-pip && pip3 install setuptools cython numpy
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev python3-pip && pip3 install --break-system-packages setuptools cython numpy
- name: build
run: make pyslow5
- name: test
Expand Down

0 comments on commit fbd785c

Please sign in to comment.