From db6b286ae639fbf64963ad0b71d951bdbe4e259d Mon Sep 17 00:00:00 2001 From: Mitchell Victoriano <47313912+MitchellAV@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:29:51 -0800 Subject: [PATCH] Fixed incorrect syntax --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index a50f90be..03461f00 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -64,4 +64,4 @@ jobs: conda install anaconda-client conda config --set anaconda_upload no --set solver libmamba VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)test conda build . -c mosek -c anaconda -c pvlib -c slacgismo -c conda-forge --numpy 1.22.0 - echo "gitversion=${(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)}" >> $GITHUB_OUTPUT + echo "gitversion=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)" >> $GITHUB_OUTPUT