Skip to content

Commit

Permalink
Merge pull request #9 from bayesmix-dev/master
Browse files Browse the repository at this point in the history
Run python tests in CI
  • Loading branch information
TeoGiane authored Oct 3, 2023
2 parents 137af60 + 9b34ed9 commit 829da54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Run C++ tests
run: docker run test ./build/test/test_bayesmix

# - name: run Python tests
# run: docker run -w /usr/bayesmix/python test /bin/bash -c "python3 -m pip install -e . && pytest"
- 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')"

0 comments on commit 829da54

Please sign in to comment.