We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c079fa commit bbdc0a3Copy full SHA for bbdc0a3
.github/workflows/main.yml
@@ -57,14 +57,14 @@ jobs:
57
- name: Show libraries
58
run: python -m pip freeze
59
60
- - name: Get Cmdstan Version
+ - name: Get CmdStan version
61
id: check-cmdstan
62
# get the latest cmdstan version to use as part of the cache key
63
run: |
64
echo "::set-output name=version::$(python -c 'import requests;print(requests.get("https://api.github.com/repos/stan-dev/cmdstan/releases/latest").json()["tag_name"][1:])')"
65
shell: bash
66
67
- - name: Cmdstan installation cacheing
+ - name: CmdStan installation cacheing
68
uses: actions/cache@v2
69
with:
70
path: ~/.cmdstan
0 commit comments