File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,12 @@ jobs:
1919 run-tests :
2020 name : run stan tests
2121 runs-on : ubuntu-24.04
22+ container : stanorg/ci:gpu
2223 steps :
2324 - name : Check out source code
2425 uses : actions/checkout@v3
2526 with :
2627 submodules : true
27- - name : Install clang++
28- run : sudo apt-get install clang-${{ env.clangppVersion }}++
2928 - name : Run tests
3029 run : |
3130 echo "CXX=clang++-${{ env.clangppVersion }}" >> make/local
@@ -35,13 +34,12 @@ jobs:
3534 run-fvar-var-tests :
3635 name : run stan fvar-var model tests
3736 runs-on : ubuntu-24.04
37+ container : stanorg/ci:gpu
3838 steps :
3939 - name : Check out source code
4040 uses : actions/checkout@v3
4141 with :
4242 submodules : true
43- - name : Install clang++
44- run : sudo apt-get install clang-${{ env.clangppVersion }}++
4543 - name : Run tests
4644 run : |
4745 echo "CXX=clang++-${{ env.clangppVersion }}" >> make/local
You can’t perform that action at this time.
0 commit comments