We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd96c6 commit 9c8a4d3Copy full SHA for 9c8a4d3
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
- run: pip install mkdocs-material mkquartodocs mkdocs-static-i18n
28
29
- uses: r-lib/actions/setup-r@v2
30
+ with:
31
+ use-public-rspm: true
32
33
- name: Install immunarch and immundata
34
uses: r-lib/actions/setup-r-dependencies@v2
@@ -40,7 +42,8 @@ jobs:
40
42
any::ggsci
41
43
github::immunomind/immundata@dev
44
github::immunomind/immunarch@dev
-
45
+ cache-version: ${{ github.run_number }}
46
+
47
- name: Point reticulate at CI Python
48
run: echo "RETICULATE_PYTHON=$(python -c 'import sys; print(sys.executable)')" >> $GITHUB_ENV
49
0 commit comments