Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
Fix github yelling at me, testing fetch in prior step
  • Loading branch information
Thistleman authored Feb 8, 2024
1 parent 98113c9 commit 64e27a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ jobs:
run: |
conda install anaconda-client
conda config --set anaconda_upload no --set solver libmamba
git fetch --prune --unshallow --tags
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 '::set-output name=gitversion::$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)'

0 comments on commit 64e27a3

Please sign in to comment.