Skip to content

Commit

Permalink
Install TBB in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
koheiw committed Mar 31, 2024
1 parent 78fb5cf commit 9c44c56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:

- if: matrix.config.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install libtbb-dev
- if: matrix.config.os == 'macos-latest'
run: |
brew update
brew install tbb
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
quanteda,
quanteda (>= 4.0.0),
Matrix (>= 1.5-0),
methods,
nsyllable,
Expand Down

0 comments on commit 9c44c56

Please sign in to comment.