Skip to content

Commit 0290d74

Browse files
authored
Merge pull request #41 from espressif/fix/wavedrom
fix: upgrade setuptools before building wheels
2 parents ed715a1 + d58d0ad commit 0290d74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-wheels-platforms.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
- name: Get Python version
6363
run: |
6464
python --version
65-
python -m pip install --upgrade pip
65+
python -m pip install --upgrade pip setuptools setuptools-scm
66+
pip show pip setuptools setuptools-scm
6667
6768
6869
- name: Install build dependencies

0 commit comments

Comments
 (0)