We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eeb5c commit 700d366Copy full SHA for 700d366
1 file changed
.github/workflows/ci.yml
@@ -128,7 +128,8 @@ jobs:
128
curl https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py
129
python3 get-pip.py
130
python3 -m pip install pip --upgrade
131
- python3 -m pip install pdm
+ python3 -m pip install pdm --upgrade
132
+ pdm config python.use_freethreaded false
133
- name: setup poetry
134
run: |
135
curl https://bootstrap.pypa.io/get-pip.py -o get_pip.py
0 commit comments