From 513089303c31f529f2a9a4ba0f92bd573092bb3b Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Tue, 12 Sep 2023 12:38:55 +0100 Subject: [PATCH] https instead of http --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6557f13..f4b23bf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Download test data # Download A fungal test data set that is full enough to show some real output. run: | - curl http://dp24.cog.sanger.ac.uk/TreeValTinyData.tar.gz | tar xzf - + curl https://dp24.cog.sanger.ac.uk/TreeValTinyData.tar.gz | tar xzf - - name: Run FULL pipeline with test data # Remember that you can parallelise this by using strategy.matrix