From 01d09c12a4460401c53eb729a01462891319d93a Mon Sep 17 00:00:00 2001 From: Michael Fliegner <12422482+michaelfliegner@users.noreply.github.com> Date: Sun, 12 May 2024 19:35:07 +0200 Subject: [PATCH] Update CI.yml --- .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 2f6fe8e..468624d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,6 +34,6 @@ jobs: - name: "Set up Julia" uses: julia-actions/setup-julia@v2 with: - version: '$JULIA_MAJOR_VERSION.$JULIA_MINOR_VERSION.$JULIA_BUGFIX_VERSION' + version: $JULIA_BUGFIX_VERSION - run: GENIE_ENV="test" SEARCHLIGHT_PASSWORD="postgres" SEARCHLIGHT_USERNAME="postgres" julia --project=$(pwd) workflowtest.jl shell: bash