Skip to content

Commit

Permalink
fix: install pytest_regressions in release pipeline (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikomiss authored Jan 17, 2025
1 parent bf08ff7 commit b751d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ extends:
displayName: Set Python version

- script: |
pip install pytest pytest-azurepipelines pytest-cov
pip install pytest pytest-azurepipelines pytest-cov pytest-regressions
displayName: Install pytest dependencies
- script: |
Expand Down

0 comments on commit b751d2c

Please sign in to comment.