Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 20, 2024
1 parent 8f70391 commit 17d13ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions StanHeaders/.prepare
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/sh

git checkout experimental
echo "stan"
cd inst/include/upstream && git checkout develop && git pull && cd ../../..
echo "stan_math"
cd inst/include/upstream/lib/stan_math && git checkout develop && git pull && cd ../../../../..
echo "done"

0 comments on commit 17d13ab

Please sign in to comment.