Skip to content

Commit 2d89b62

Browse files
committed
update Xtensor.R
1 parent d314161 commit 2d89b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "which tar"
7979
which tar
8080
export TAR="/usr/bin/tar"
81-
R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
81+
R -e "library(devtools); install_github('fbourgin/Xtensor.R', ref = 'update_xtensor', configure.args = '--novendor')"
8282
8383
- name: print R HOME
8484
run: |

0 commit comments

Comments
 (0)