Skip to content

Commit

Permalink
Fixed incorrect syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAV committed Feb 9, 2024
1 parent f1671b5 commit db6b286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db6b286

Please sign in to comment.