Skip to content

Commit

Permalink
use remote branch as there is no tracking one
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Mar 15, 2024
1 parent e0479af commit 842ca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stan-model-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
mv inst/stan inst/stan_branch
git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin main
git checkout main inst/stan
git checkout origin/main inst/stan
mv inst/stan inst/stan_main
mv inst/stan_branch inst/stan
Expand Down

0 comments on commit 842ca61

Please sign in to comment.