From a459b34b66790da242e6a6cc5e0948d022c0644e Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 18 Apr 2021 01:24:10 -0500 Subject: [PATCH] Set PROJECT for github ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78519f8c..4691a6cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v2 - name: "Main Script" run: | + PROJECT=sumpy CONDA_ENVIRONMENT=.test-conda-env-py3.yml curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh . ci-support.sh -- GitLab