Skip to content

Commit

Permalink
Enable CI for R interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGiane committed Oct 11, 2023
1 parent eb32154 commit 64b61da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Run Python tests
run: docker run test /bin/bash -c "cd python && pytest"

# - name: run R tests
# run: docker run test Rscript --vanilla -e "testthat::test_package('bayesmixr')"
- name: run R tests
run: docker run test Rscript --vanilla -e "testthat::test_package('bayesmixr')"
2 changes: 1 addition & 1 deletion resources/docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ RUN cd build \
RUN cd python && python3 -m pip install -e .

# Install bayesmixr
# RUN cd R && Rscript --vanilla -e "devtools::install('bayesmixr/', quick = T, args = '--clean')"
RUN cd R && Rscript --vanilla -e "devtools::install('bayesmixr/', quick = T, args = '--clean')"

LABEL Name=bayesmix-test Version=0.0.1

0 comments on commit 64b61da

Please sign in to comment.