Skip to content

Commit b751d2c

Browse files
authored
fix: install pytest_regressions in release pipeline (#655)
1 parent bf08ff7 commit b751d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ extends:
108108
displayName: Set Python version
109109

110110
- script: |
111-
pip install pytest pytest-azurepipelines pytest-cov
111+
pip install pytest pytest-azurepipelines pytest-cov pytest-regressions
112112
displayName: Install pytest dependencies
113113
114114
- script: |

0 commit comments

Comments
 (0)