Skip to content

Commit

Permalink
install modsem for test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pph2p committed Sep 20, 2024
1 parent d516fdc commit b09b09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Install R packages
run: |
Rscript -e 'install.packages(c("dplyr", "GaussSuppression", "SSBtools"), repos="http://cran.us.r-project.org")'
Rscript -e 'install.packages(c("dplyr", "GaussSuppression",
"modsem", "SSBtools"), repos="http://cran.us.r-project.org")'
- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down

0 comments on commit b09b09d

Please sign in to comment.