From 86aacd689d1ee4e75262ca0fa2f568df45198453 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 1 Dec 2021 21:54:56 +0100 Subject: [PATCH] remove ifs --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07a60d97..c14af66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,14 +40,11 @@ jobs: steps: # Setup environment - uses: actions/checkout@v2 - if: "${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest')" - uses: julia-actions/setup-julia@latest - if: "${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest')" with: version: ${{ matrix.version }} - name: Cache artifacts uses: actions/cache@v1 - if: "${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest')" env: cache-name: cache-artifacts with: