Skip to content

Commit

Permalink
try installing gsl package
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 3, 2024
1 parent a1da57d commit b6678f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/onlabel_OS_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
# - {os: ubuntu-latest, r: 'oldrel-4'}

steps:
- name: install dependencies macos
if: ${{ matrix.config.os == 'macos-latest' }}
run: |
brew install gsl
brew install jags
# - name: install dependencies macos
# if: ${{ matrix.config.os == 'macos-latest' }}
# run: |
# brew install gsl
# brew install jags

- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Imports:
Rgraphviz,
rjags,
stringi
gsl
Suggests:
bookdown,
boot,
Expand Down

0 comments on commit b6678f5

Please sign in to comment.