Skip to content

Commit 26d9452

Browse files
committed
Use python -m pytest in conda-build.yml
1 parent 7d9c05c commit 26d9452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
mkdir -p /tmp/test_dir
8484
cd /tmp/test_dir
85-
pytest --pyargs tensorflow_data_validation
85+
python -m pytest --pyargs tensorflow_data_validation
8686
8787
- name: Upload wheel artifact
8888
uses: actions/upload-artifact@v4.4.0

0 commit comments

Comments
 (0)