Skip to content

Commit 9c8a4d3

Browse files
committed
ci x2
1 parent 0fd96c6 commit 9c8a4d3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- run: pip install mkdocs-material mkquartodocs mkdocs-static-i18n
2828

2929
- uses: r-lib/actions/setup-r@v2
30+
with:
31+
use-public-rspm: true
3032

3133
- name: Install immunarch and immundata
3234
uses: r-lib/actions/setup-r-dependencies@v2
@@ -40,7 +42,8 @@ jobs:
4042
any::ggsci
4143
github::immunomind/immundata@dev
4244
github::immunomind/immunarch@dev
43-
45+
cache-version: ${{ github.run_number }}
46+
4447
- name: Point reticulate at CI Python
4548
run: echo "RETICULATE_PYTHON=$(python -c 'import sys; print(sys.executable)')" >> $GITHUB_ENV
4649

0 commit comments

Comments
 (0)