From 67fa2abc9eaf7f1150dbd851dc0786b9ee77ea93 Mon Sep 17 00:00:00 2001 From: "Anthony Blaom, PhD" Date: Sat, 13 Jan 2024 08:56:37 +1300 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Dilum Aluthge --- .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 cfdb1d1b1..1992071c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Set integration test flag run: | - echo "TEST_MLJ_INTEGRATION=true" >> $GITHUB_ENV + echo "TEST_MLJ_INTEGRATION=true" >> ${GITHUB_ENV:?} 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