Skip to content

Commit

Permalink
Improved workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGiane committed Oct 9, 2023
1 parent a7fbcad commit 9f2c868
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 && python3 -m pip install -e . && pytest"
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 9f2c868

Please sign in to comment.