Skip to content

Commit ba2e243

Browse files
authored
no r2u (#1057)
1 parent 16b5393 commit ba2e243

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ jobs:
3636
- name: set numba parallel flags
3737
run: echo "NUMBA_NUM_THREADS=1" >> $GITHUB_ENV
3838

39-
- name: Setup r2u
40-
uses: eddelbuettel/github-actions/r2u-setup@master
41-
42-
- name: Install R packages
43-
run: |
44-
R_LIB_PATH="${{ github.workspace }}/.pixi/envs/dev/lib/R/library"
45-
mkdir -p $R_LIB_PATH
46-
Rscript -e ".libPaths('$R_LIB_PATH'); install.packages(c('did2s', 'wildrwolf', 'ivDiag'), lib='/home/runner/work/pyfixest/pyfixest/.pixi/envs/dev/lib/R/library', repos = c('https://cran.rstudio.com', 'https://s3alfisc.r-universe.dev'))"
47-
Rscript -e ".libPaths('$R_LIB_PATH'); install.packages('ritest', lib='/home/runner/work/pyfixest/pyfixest/.pixi/envs/dev/lib/R/library', repos = c('https://grantmcdermott.r-universe.dev'))"
48-
4939
- name: Compile Rust extension (no wheel)
5040
run: |
5141
pixi r -e dev maturin-develop
@@ -89,16 +79,6 @@ jobs:
8979
- name: set numba parallel flags
9080
run: echo "NUMBA_NUM_THREADS=1" >> $GITHUB_ENV
9181

92-
- name: Setup r2u
93-
uses: eddelbuettel/github-actions/r2u-setup@master
94-
95-
- name: Install R packages
96-
run: |
97-
R_LIB_PATH="${{ github.workspace }}/.pixi/envs/dev/lib/R/library"
98-
mkdir -p $R_LIB_PATH
99-
Rscript -e ".libPaths('$R_LIB_PATH'); install.packages(c('did2s', 'wildrwolf', 'ivDiag'), lib='/home/runner/work/pyfixest/pyfixest/.pixi/envs/dev/lib/R/library', repos = c('https://cran.rstudio.com', 'https://s3alfisc.r-universe.dev'))"
100-
Rscript -e ".libPaths('$R_LIB_PATH'); install.packages('ritest', lib='/home/runner/work/pyfixest/pyfixest/.pixi/envs/dev/lib/R/library', repos = c('https://grantmcdermott.r-universe.dev'))"
101-
10282
- name: Compile Rust extension (no wheel)
10383
run: |
10484
pixi r -e dev maturin-develop

0 commit comments

Comments
 (0)