Skip to content

Commit

Permalink
disable auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi committed Mar 22, 2024
1 parent c895cb0 commit 76ee5d8
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 'remotes::install_github(repo="TileDB-Inc/[email protected]")'
Rscript -e 'remotes::install_github(repo="TileDB-Inc/[email protected]", auth_token = NULL)'
fi
- name: styler
run: Rscript -e 'library("styler"); style_pkg("api/r/cellxgene.census", dry="fail")'
Expand Down

0 comments on commit 76ee5d8

Please sign in to comment.