We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a469093 commit a204e8fCopy full SHA for a204e8f
.github/workflows/formatting.yml
@@ -39,7 +39,7 @@ jobs:
39
run: pip3 install --upgrade pip wheel
40
41
- name: "Install BuildingsPy"
42
- run: pip3 install git+https://github.com/lbl-srg/BuildingsPy@0f21a33a8416149d6aa297e25c6e7dc11e1d21bd
+ run: pip3 install git+https://github.com/lbl-srg/BuildingsPy@v5.2.0
43
44
45
- name: "Test html syntax"
.travis.yml
@@ -21,7 +21,7 @@ services:
21
env:
22
global:
23
- DOCKER_REPONAME=lbnlblum
24
- - BUILDINGSPY_VERSION=BuildingsPy@0f21a33a8416149d6aa297e25c6e7dc11e1d21bd
+ - BUILDINGSPY_VERSION=BuildingsPy@v5.2.0
25
- OMC_VERSION=ubuntu-2204-omc:1.24.0-1
26
- DYMOLA_VERSION=travis_ubuntu-2004_dymola:2025x-x86_64_rev-1
27
0 commit comments