Skip to content

Commit

Permalink
Merge pull request #460 from NREL/ci_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeee authored Jul 17, 2024
2 parents 818c314 + 9a3f3d4 commit 383b1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install buildstockbatch
run: |
python -m pip install --progress-bar off --upgrade pip
pip install git+https://github.com/NREL/buildstockbatch.git@${{ github.head_ref }}
pip install git+https://github.com/NREL/buildstockbatch.git@${{ github.head_ref || github.ref_name }}
- name: Run local validation of project national yml
run: buildstock_local --validateonly resstock/project_national/national_baseline.yml
- name: Validate upgrades
Expand Down

0 comments on commit 383b1b8

Please sign in to comment.