From 44106403ad6cb8b68c1ddc32c1ce70c455953317 Mon Sep 17 00:00:00 2001 From: "[6~" Date: Tue, 12 May 2020 16:43:02 -0500 Subject: [PATCH] Github examples CI job: remove extra quoting --- .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 33de72e6..bfd461da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,6 @@ jobs: sudo ln -s /usr/bin/gfortran-7 /usr/bin/gfortran USE_CONDA_BUILD=1 curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh - ". ./build-py-project-and-run-examples.sh" + . ./build-py-project-and-run-examples.sh # vim: sw=4 -- GitLab