Skip to content

Commit b162dc9

Browse files
committed
pin setuptools version
1 parent 9bf85c7 commit b162dc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: "Generate examples"
3232
run: |
3333
npm install -g cborg
34-
python3 -m pip install --upgrade pip wheel setuptools
34+
python3 -m pip install --upgrade pip wheel setuptools==76.1.0
3535
python3 -m pip install -r src/requirements.txt
3636
python3 src/main.py
3737

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Generate examples"
3131
run: |
3232
npm install -g cborg
33-
python3 -m pip install --upgrade pip wheel setuptools
33+
python3 -m pip install --upgrade pip wheel setuptools==76.1.0
3434
python3 -m pip install -r src/requirements.txt
3535
python3 src/main.py
3636

0 commit comments

Comments
 (0)