Skip to content

Commit e01bbcd

Browse files
committed
Updated python version. Removed wheel
1 parent 69163aa commit e01bbcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/formatting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)