Skip to content

Commit 81443fe

Browse files
Remove bed_reader/plink from CI tests
1 parent 36def1b commit 81443fe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,6 @@ jobs:
101101
python -m bio2zarr tskit2zarr convert tests/data/ts/example.trees ts.vcz
102102
deactivate
103103
104-
python -m venv env-plink
105-
source env-plink/bin/activate
106-
python -m pip install .
107-
python -m bio2zarr plink2zarr convert tests/data/plink/example plink.vcz > plink.txt 2>&1 || echo $? > plink_exit.txt
108-
test "$(cat plink_exit.txt)" = "1"
109-
grep -q "This process requires the optional bed_reader module. Install it with: pip install bio2zarr\[plink\]" plink.txt
110-
python -m pip install '.[plink]'
111-
python -m bio2zarr plink2zarr convert tests/data/plink/example plink.vcz
112-
deactivate
113-
114104
python -m venv env-vcf
115105
source env-vcf/bin/activate
116106
python -m pip install .

0 commit comments

Comments
 (0)