File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3131 - uses : actions/checkout@v3
3232
33- - uses : actions/setup-python@v4
33+ - uses : actions/setup-python@v6.2
3434 with :
35- python-version : ' 3.10.11 ' # Version range or exact version of a Python version to use, using SemVer's version range syntax
35+ python-version : ' 3.12.3 ' # Version range or exact version of a Python version to use, using SemVer's version range syntax
3636 architecture : ' x64' # optional x64 or x86. Defaults to x64 if not specified
3737
3838 - name : " Install pip"
39- run : pip3 install --upgrade pip wheel
39+ run : pip3 install --upgrade pip
4040
4141 - name : " Install BuildingsPy"
4242 run : pip3 install git+https://github.com/lbl-srg/BuildingsPy@v5.2.0
You can’t perform that action at this time.
0 commit comments