Skip to content

Commit

Permalink
temp commit to debug macos
Browse files Browse the repository at this point in the history
  • Loading branch information
randommm committed Mar 7, 2024
1 parent c9517c8 commit 6240094
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,6 @@ jobs:
path: ./test_models/
key: ${{ hashFiles('**/*.stan', 'src/*', 'stan/src/stan/version.hpp', 'Makefile') }}-${{ matrix.os }}-v${{ env.CACHE_VERSION }}

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "15.0"
directory: ${{ runner.temp }}/llvm

- name: Set up TBB
if: matrix.os == 'windows-latest'
run: |
Expand All @@ -287,9 +281,9 @@ jobs:
LIBCLANG_PATH: ${{ runner.temp }}/llvm/lib
LLVM_CONFIG_PATH: ${{ runner.temp }}/llvm/bin/llvm-config
run: |
cargo clippy
cargo fmt --check
cargo run --example=example --features compile-stan-model
cargo test --verbose --features compile-stan-model
cargo test --verbose --features compile-stan-model model_compiling -- --ignored
cargo test --verbose --all-targets
bash -c "cargo clippy"
bash -c "cargo fmt --check"
bash -c "cargo run --example=example --features compile-stan-model"
bash -c "cargo test --verbose --features compile-stan-model"
bash -c "cargo test --verbose --features compile-stan-model model_compiling -- --ignored"
bash -c "cargo test --verbose --all-targets"

0 comments on commit 6240094

Please sign in to comment.