From bd8f6cffe699fad33a85637e2bc38f752ae316dc Mon Sep 17 00:00:00 2001 From: Jakob Nybo Nissen Date: Tue, 26 Sep 2023 13:14:18 +0200 Subject: [PATCH] Remove downstream BioMakie CI This has been consistently broken ever since it was introduced. Also, the tests take like 20 minutes before they fail, single-handedly multiplying BioSequences CI time by like 4. --- .github/workflows/Downstream.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index ffb98981..bb298146 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -30,7 +30,6 @@ jobs: - {user: BioJulia, repo: XAM.jl, group: BioSequences} - {user: crsl4, repo: PhyloNetworks.jl, group: BioSequences} - {user: JuliaHealth, repo: CAOS.jl, group: BioSequences} - - {user: kool7d, repo: BioMakie.jl, group: BioSequences} - {user: nguyetdang, repo: BioGraph.jl, group: BioSequences} - {user: vanOosterhoutLab, repo: SpeedDate.jl, group: BioSequences} - {user: varnerlab, repo: JUGRNModelGenerator.jl, group: BioSequences}