Skip to content

Commit 5f93c99

Browse files
committed
Added step for installing build tools
1 parent 20ffc04 commit 5f93c99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
with:
6868
python-version: '3.x'
6969

70+
# Install build tools (setuptools, wheel, and build)
71+
- name: Install build tools
72+
run: |
73+
python -m pip install --upgrade pip
74+
pip install setuptools wheel build
75+
7076
- name: Describe Tag & Branch Name
7177
id: build_names
7278
run: |

0 commit comments

Comments
 (0)