Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi committed Mar 22, 2024
1 parent a7146bb commit 7b5b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [[ '${{ matrix.tiledbsoma_version }}' == 'tiledbsoma_latest' ]]; then
Rscript -e 'remotes::install_git("https://github.com/single-cell-data/TileDB-SOMA.git", subdir="apis/r")'
else
Rscript -e 'Sys.unsetenv("GITHUB_PAT"); remotes::install_github(repo="TileDB-Inc/TileDB-R@0.24.0")'
Rscript -e 'remotes::install_git("https://github.com/TileDB-Inc/TileDB-R.git", ref="0.24.0")'
fi
- name: styler
run: Rscript -e 'library("styler"); style_pkg("api/r/cellxgene.census", dry="fail")'
Expand Down

0 comments on commit 7b5b8a8

Please sign in to comment.