Skip to content

Commit a204e8f

Browse files
committedMar 17, 2025
Update BuildingsPy to 5.2.0
This updates the BuildingsPy version to the latest official release
1 parent a469093 commit a204e8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pip3 install --upgrade pip wheel
4040

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

4444

4545
- name: "Test html syntax"

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
env:
2222
global:
2323
- DOCKER_REPONAME=lbnlblum
24-
- BUILDINGSPY_VERSION=BuildingsPy@0f21a33a8416149d6aa297e25c6e7dc11e1d21bd
24+
- BUILDINGSPY_VERSION=BuildingsPy@v5.2.0
2525
- OMC_VERSION=ubuntu-2204-omc:1.24.0-1
2626
- DYMOLA_VERSION=travis_ubuntu-2004_dymola:2025x-x86_64_rev-1
2727

0 commit comments

Comments
 (0)
Please sign in to comment.