Skip to content

Commit 48f3d0b

Browse files
authored
Add pip upgrade and build tools installation step
Added step to upgrade pip and install build tools.
1 parent 89f33f4 commit 48f3d0b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
python-version: "3.11"
4242
cache: pip
4343

44+
- name: Upgrade pip and install build tools
45+
run: |
46+
python -m pip install --upgrade pip
47+
pip install setuptools wheel buil
48+
4449
- name: Install SDK dependencies
4550
working-directory: sdk/python
4651
run: pip install -e ".[dev]"

0 commit comments

Comments
 (0)