We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0993c commit c8ec8acCopy full SHA for c8ec8ac
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
packages: |
38
any::knitr
39
any::reticulate
40
+ cache-version: ${{ github.run_number }}
41
42
- name: Point reticulate at CI Python
43
run: echo "RETICULATE_PYTHON=$(python -c 'import sys; print(sys.executable)')" >> $GITHUB_ENV
0 commit comments