Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Sep 22, 2023
1 parent bcd0b56 commit a3332a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/posteriordb_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:

- uses: r-lib/actions/setup-r@v2

- id: files
uses: jitterbit/get-changed-files@v1

- run: |
echo "${{ steps.files.outputs.added_modified }}" >> "added_modified.txt"
- name: Install curl
if: runner.os == 'Linux'
run: |
Expand Down
3 changes: 2 additions & 1 deletion tests/check_posteriordb_content.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ pdbl <- pdb_local("posterior_database")
status_code <- check_pdb(pdbl, run_stan_code_checks = FALSE)

# These tests are currently skipped because a large number of model
# updates are being done to update to Stan 2.26 syntax
# updates are being done to update to Stan 2.26 syntax.
# All models has been tested locally.
# In addition it is difficulties in getting changed files that needs to be fixed
if(FALSE){
# Run Stan code for changed or added models
added_modified_paths <- strsplit(readLines(con = "added_modified.txt"), " ")[[1]]
Expand Down

0 comments on commit a3332a8

Please sign in to comment.