Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mberaha authored Oct 9, 2023
1 parent bdb0081 commit a7fbcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker run test ./build/test/test_bayesmix

- name: Run Python tests
run: docker run test /bin/bash -c "cd python && pytest"
run: docker run test /bin/bash -c "cd python && python3 -m pip install -e . && pytest"

# - name: run R tests
# run: docker run test Rscript --vanilla -e "testthat::test_package('bayesmixr')"

0 comments on commit a7fbcad

Please sign in to comment.