Skip to content

Commit

Permalink
Added step for installing build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 8, 2024
1 parent 20ffc04 commit 5f93c99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
with:
python-version: '3.x'

# Install build tools (setuptools, wheel, and build)
- name: Install build tools
run: |
python -m pip install --upgrade pip
pip install setuptools wheel build
- name: Describe Tag & Branch Name
id: build_names
run: |
Expand Down

0 comments on commit 5f93c99

Please sign in to comment.