Skip to content

Commit 1c1419d

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

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

.github/workflows/snake.yml

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
ubuntu_20:
11-
name: ubuntu-20.04
11+
name: squigualiser_ubuntu-20.04
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- uses: actions/checkout@v2
@@ -21,7 +21,7 @@ jobs:
2121
- name: test
2222
run: test/test_reform.sh
2323
ubuntu_22:
24-
name: ubuntu-22.04
24+
name: squigualiser_ubuntu-22.04
2525
runs-on: ubuntu-22.04
2626
steps:
2727
- uses: actions/checkout@v2
@@ -54,7 +54,7 @@ jobs:
5454
# git clone -b dev https://github.com/hasindu2008/slow5lib && cd slow5lib && python3 setup.py install && cd .. &&
5555
# python3 setup.py install && blue-crab --help && test/test.sh"
5656
os_x_11:
57-
name: macos-11
57+
name: squigualiser_macos-11
5858
runs-on: macos-11
5959
steps:
6060
- uses: actions/checkout@v2
@@ -69,7 +69,7 @@ jobs:
6969
- name: test_realign
7070
run: test/test_realign.sh
7171
os_x_12:
72-
name: macos-12
72+
name: squigualiser_macos-12
7373
runs-on: macos-12
7474
steps:
7575
- uses: actions/checkout@v2
@@ -83,3 +83,33 @@ jobs:
8383
run: test/test_reform.sh
8484
- name: test_realign
8585
run: test/test_realign.sh
86+
os_x_13:
87+
name: squigualiser_macos-13
88+
runs-on: macos-13
89+
steps:
90+
- uses: actions/checkout@v2
91+
with:
92+
submodules: recursive
93+
- name: install packages
94+
run: pip3 install numpy
95+
- name: install
96+
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
97+
- name: test_reform
98+
run: test/test_reform.sh
99+
- name: test_realign
100+
run: test/test_realign.sh
101+
os_x_14:
102+
name: squigualiser_macos-14
103+
runs-on: macos-14
104+
steps:
105+
- uses: actions/checkout@v2
106+
with:
107+
submodules: recursive
108+
- name: install packages
109+
run: pip3 install numpy
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
113+
run: test/test_reform.sh
114+
- name: test_realign
115+
run: test/test_realign.sh

0 commit comments

Comments
 (0)