We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388d336 commit 782494eCopy full SHA for 782494e
1 file changed
.github/workflows/ci.yml
@@ -133,10 +133,10 @@ jobs:
133
run: |
134
uv tool install --python 3.13 pdm --with msgpack
135
pdm config check_update false
136
- pdm config python.use_venv false
137
- name: setup poetry by uv
138
139
uv tool install --python 3.13 poetry
+ poetry config virtualenvs.in-project true
140
- name: Verify pip conf script
141
142
python2.7 pip_conf.py --tool=pip
@@ -147,6 +147,8 @@ jobs:
147
python2.7 pip_conf.py --pdm
148
python2.7 pip_conf.py --poetry
149
python2.7 pip_conf.py --uv
150
+ - name: Use py3.13 to create venv
151
+ run: pdm venv create 3.13
152
- name: Verify pdm mirror work
153
run: pdm add "pytz; python_version>='3.13'" --frozen-lock
154
- name: Verify poetry mirror work
0 commit comments