Skip to content

Commit

Permalink
chore: add pytest-subtests for pypi checks in weekly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Jun 11, 2024
1 parent b174509 commit 9ca32ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/make_utils/pytest_pypi_cml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ python -m pip install pytest==7.4.1 pandas==2.0.3 tensorflow==2.12.0 tf2onnx==1.
python -m pip install pytest-xdist==3.3.1
python -m pip install pytest-randomly==3.15.0
python -m pip install pytest-repeat==0.9.1
python -m pip install pytest-subtests==0.11.0

if ${USE_PIP_WHEEL}; then
# Delete the directory where the pypi wheel file will be created (if it already exists)
Expand Down

0 comments on commit 9ca32ef

Please sign in to comment.