Skip to content

Commit c008272

Browse files
committed
Pin regressions back to pypi
1 parent 4b7afca commit c008272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Install Regression Tool
170170
if: always() && matrix.run_regressions && steps.branch_build.outcome != 'failure' # always run this step as long as we actually built
171-
run: pip install git+https://github.com/NREL/EnergyPlusRegressionTool.git@AllowSomeTableReordering # energyplus-regressions>=2.1.4
171+
run: pip install energyplus-regressions>=2.1.4
172172

173173
- name: Run Regressions
174174
if: always() && matrix.run_regressions && steps.branch_build.outcome != 'failure' # always run this step as long as we actually built

0 commit comments

Comments
 (0)