Skip to content

Commit

Permalink
Pin outdated R dependencies MASS and Matrix.
Browse files Browse the repository at this point in the history
Also switch back to the appdev testing environment.
  • Loading branch information
dakotablair committed May 7, 2024
1 parent 3b13602 commit 2698340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Add token to config
sed -ie "s/^test_token=.*$/&$KBASE_TEST_TOKEN/g" ./test_local/test.cfg
# Configure to use CI environment
sed -ie "s/appdev/ci/g" ./test_local/test.cfg
# sed -ie "s/appdev/ci/g" ./test_local/test.cfg
- name: Run tests
if: "!contains(github.event.head_commit.message, 'skip ci')"
Expand Down
2 changes: 2 additions & 0 deletions scripts/rwrtools-env-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ cd RWRtoolkit
git reset --hard 360f33794f7d81c254b7d8d16ef7649d0412f790
R --no-restore --no-save << HEREDOC
require(devtools)
install_version("Matrix", version = "1.6-5", repos = "http://cran.us.r-project.org")
install_version("MASS", version = "7.3-60.0.1", repos = "http://cran.us.r-project.org")
install_version("igraph", version = "1.6.0", repos = "http://cran.us.r-project.org")
install_version("supraHex", version = "1.32.0", repos = "https://bioconductor.org/packages/3.14/bioc")
install_version("dnet", version = "1.1.7", repos = "http://cran.us.r-project.org")
Expand Down

0 comments on commit 2698340

Please sign in to comment.