Skip to content

Commit 5e5a33f

Browse files
Pin certifi==2022.9.24 to fix CI (#682)
* Trying to fix certifi * pip install certifi==2022.9.24
1 parent 5d68b04 commit 5e5a33f

File tree

2 files changed

+37
-32
lines changed

2 files changed

+37
-32
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ for:
398398
install:
399399
- python --version
400400
- cd sdk/python
401+
- pip install certifi==2022.9.24
401402
- pip install pdm
402403
- pdm install
403404

@@ -416,6 +417,7 @@ for:
416417
install:
417418
- python --version
418419
- cd sdk/python
420+
- pip install certifi==2022.9.24
419421
- pip install --upgrade setuptools wheel twine pdm
420422
- pdm install
421423

sdk/python/pdm.lock

Lines changed: 35 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)