We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7afca commit c008272Copy full SHA for c008272
.github/workflows/test_pull_requests.yml
@@ -168,7 +168,7 @@ jobs:
168
169
- name: Install Regression Tool
170
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
+ run: pip install energyplus-regressions>=2.1.4
172
173
- name: Run Regressions
174
0 commit comments