Skip to content

Commit

Permalink
Merge pull request #1973 from ibpsa/issue1972_BuildingsPy_update
Browse files Browse the repository at this point in the history
Issue1972 buildings py update
  • Loading branch information
mwetter authored Mar 4, 2025
2 parents 8fd2cb0 + fcfcc56 commit 4d22bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pip3 install --upgrade pip wheel

- name: "Install BuildingsPy"
run: pip3 install git+https://github.com/lbl-srg/BuildingsPy@v5.1.0
run: pip3 install git+https://github.com/lbl-srg/BuildingsPy@0f21a33a8416149d6aa297e25c6e7dc11e1d21bd


- name: "Test html syntax"
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ services:
env:
global:
- DOCKER_REPONAME=lbnlblum
- BUILDINGSPY_VERSION=BuildingsPy@v5.1.0
- BUILDINGSPY_VERSION=BuildingsPy@0f21a33a8416149d6aa297e25c6e7dc11e1d21bd
- OMC_VERSION=ubuntu-2204-omc:1.24.0-1
- DYMOLA_VERSION=travis_ubuntu-2004_dymola:2025x-x86_64
- DYMOLA_VERSION=travis_ubuntu-2004_dymola:2025x-x86_64_rev-1

jobs:
# Test matrix for regression tests.
Expand Down

0 comments on commit 4d22bdf

Please sign in to comment.