@@ -120,6 +120,7 @@ jobs:
120120 uses : pdm-project/setup-pdm@v4
121121 with :
122122 python-version : ${{ matrix.python-version }}
123+ version : head # Issue with PDM 2.20.1: https://github.com/pdm-project/pdm/issues/3271
123124 cache : false
124125
125126 - name : Cache Giskard test resources
@@ -251,6 +252,7 @@ jobs:
251252 uses : pdm-project/setup-pdm@v4
252253 with :
253254 python-version : " 3.10"
255+ version : head # Issue with PDM 2.20.1: https://github.com/pdm-project/pdm/issues/3271
254256 cache : false
255257 - name : Build wheel
256258 run : pdm build
@@ -273,6 +275,7 @@ jobs:
273275 uses : pdm-project/setup-pdm@v4
274276 with :
275277 python-version : " 3.10"
278+ version : head # Issue with PDM 2.20.1: https://github.com/pdm-project/pdm/issues/3271
276279 cache : false
277280 - name : Build wheel
278281 run : pdm build
@@ -292,15 +295,15 @@ jobs:
292295 uses : pdm-project/setup-pdm@v4
293296 with :
294297 python-version : " 3.10"
295- version : " 2.10.4 " # Fix to repair the CI, use latest version when fixed on pdm
298+ version : head # Issue with PDM 2.20.1: https://github.com/ pdm-project/pdm/issues/3271
296299 cache : false
297300 - name : Build wheel
298301 run : pdm build
299302 - name : Create new project, install wheel and import (PDM)
300303 run : |
301304 mkdir ./install-run
302305 cd ./install-run
303- pdm init --python 3.10 -n .
306+ pdm init --python 3.10 -n
304307 sed -i 's/^\(requires-python *= *\).*$/\1">=3.10,<3.12"/' pyproject.toml
305308 pdm add "$(ls ../dist/*.whl)"
306309 pdm run python -c "import giskard"
@@ -336,6 +339,7 @@ jobs:
336339 uses : pdm-project/setup-pdm@v4
337340 with :
338341 python-version : " 3.10"
342+ version : head # Issue with PDM 2.20.1: https://github.com/pdm-project/pdm/issues/3271
339343 cache : false
340344
341345 - name : Set up Pandoc (needed for doc)
0 commit comments