Skip to content

Commit 700d366

Browse files
committed
ci: explicitly upgrade pdm
1 parent 77eeb5c commit 700d366

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
curl https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py
129129
python3 get-pip.py
130130
python3 -m pip install pip --upgrade
131-
python3 -m pip install pdm
131+
python3 -m pip install pdm --upgrade
132+
pdm config python.use_freethreaded false
132133
- name: setup poetry
133134
run: |
134135
curl https://bootstrap.pypa.io/get-pip.py -o get_pip.py

0 commit comments

Comments
 (0)