From 1c694ca81c107b0feaa3127e360cb41b37f7babd Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sat, 27 Jun 2020 14:15:50 +0200 Subject: [PATCH] don't test twice for julia v1 --- .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 05f734c2..3312edd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: matrix: julia_version: - '1.3' - - '1' + # - '1' (is included automatically) - 'nightly' os: - ubuntu-latest