From e52e1409d14de85538294c295ed3e3fac26cee9b Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Fri, 12 Jan 2024 17:26:26 +1300 Subject: [PATCH] rm tabs --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8153381e0..ee86a017e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,10 @@ jobs: steps: - name: Set integration test flag run: | - julia -e ' - ENV["MLJ_TEST_INTEGRATION"]="true"' - - if: (${{ github.head_ref }} == "dev") && (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }}) + julia -e ' + ENV["MLJ_TEST_INTEGRATION"]="true"' + + if: (${{ github.head_ref }} == "dev") && (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }}) - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: