Skip to content

Commit

Permalink
use pytest rather than python -m pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Sep 21, 2023
1 parent f981247 commit 735ca58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/github/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -x

python -m pytest --pyargs skrub --cov=skrub -n auto
pytest --pyargs skrub --cov=skrub -n auto

0 comments on commit 735ca58

Please sign in to comment.