Skip to content

Commit

Permalink
starting container for alpine linux with R, python3, Tcl and Tk packa…
Browse files Browse the repository at this point in the history
…ges and adding git clone for snha
  • Loading branch information
Detlef Groth committed Sep 8, 2023
1 parent 421caef commit e4117a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
cd snha
export R_LIBS=`pwd`/../R
ls -l ../R
R CMD build --no-build-vignettes
R CMD check --no-build-vignettes
R CMD build . --no-build-vignettes
R CMD check . --no-build-vignettes
shell: alpine.sh {0}

0 comments on commit e4117a7

Please sign in to comment.