We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55b276 commit 7945536Copy full SHA for 7945536
1 file changed
.github/workflows/main.yml
@@ -32,8 +32,7 @@ jobs:
32
if [[ "${{ github.event.inputs.cmdstan-version }}" != "" ]]; then
33
echo "version=${{ github.event.inputs.cmdstan-version }}" >> $GITHUB_OUTPUT
34
else
35
- echo "version=git:develop" >> $GITHUB_OUTPUT
36
- # python -c 'import requests;print("version="+requests.get("https://api.github.com/repos/stan-dev/cmdstan/releases/latest").json()["tag_name"][1:])' >> $GITHUB_OUTPUT
+ python -c 'import requests;print("version="+requests.get("https://api.github.com/repos/stan-dev/cmdstan/releases/latest").json()["tag_name"][1:])' >> $GITHUB_OUTPUT
37
fi
38
outputs:
39
version: ${{ steps.check-cmdstan.outputs.version }}
0 commit comments