From b810c2188b670864dc26e36511edb6569bb833fb Mon Sep 17 00:00:00 2001 From: jhmatthews Date: Fri, 18 Oct 2024 10:51:37 +0100 Subject: [PATCH] fix workflow env --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b784dedf..0ceda11fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: "Python: continuous integration tests" +name: "Sirocco: continuous integration tests" on: push: branches: @@ -9,7 +9,7 @@ on: - "dev" - "main" env: - PYTHON: ${{ github.workspace }} + SIROCCO: ${{ github.workspace }} jobs: greeting: name: Greeting job