Skip to content

Commit

Permalink
fix circle, leidenAlg 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Sep 30, 2022
1 parent eabede5 commit 82de2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: Install igraph v1.2.10
command: R -e "install.packages('https://cran.r-project.org/src/contrib/igraph_1.2.10.tar.gz', repos=NULL, type='source')"
- run:
name: Install leidenAlg v1.0.3
command: R -e "install.packages('https://cran.r-project.org/src/contrib/leidenAlg_1.0.3.tar.gz', repos=NULL, type='source')"
name: Install leidenAlg v1.0.4
command: R -e "install.packages('https://cran.r-project.org/src/contrib/leidenAlg_1.0.4.tar.gz', repos=NULL, type='source')"
- run:
name: Build package
command: R CMD build .
Expand Down

0 comments on commit 82de2af

Please sign in to comment.