Skip to content

Commit 0858949

Browse files
authored
Try re-using container from jenkins
1 parent d9cdccb commit 0858949

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)