We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d314161 commit 2d89b62Copy full SHA for 2d89b62
.github/workflows/linux.yml
@@ -78,7 +78,7 @@ jobs:
78
echo "which tar"
79
which tar
80
export TAR="/usr/bin/tar"
81
- R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
+ R -e "library(devtools); install_github('fbourgin/Xtensor.R', ref = 'update_xtensor', configure.args = '--novendor')"
82
83
- name: print R HOME
84
run: |
0 commit comments