We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf85c7 commit b162dc9Copy full SHA for b162dc9
.github/workflows/ghpages.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: "Generate examples"
32
run: |
33
npm install -g cborg
34
- python3 -m pip install --upgrade pip wheel setuptools
+ python3 -m pip install --upgrade pip wheel setuptools==76.1.0
35
python3 -m pip install -r src/requirements.txt
36
python3 src/main.py
37
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
0 commit comments