Skip to content
Prev Previous commit
Next Next commit
Update Check if wheel can be installed with PDM
  • Loading branch information
kevinmessiaen committed Nov 12, 2024
commit fe9a50ddf0bf05184c8d14560858b52509791212
1 change: 0 additions & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ jobs:
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.10"
version: head # Issue with PDM 2.20.1: https://github.com/pdm-project/pdm/issues/3271
cache: false
- name: Build wheel
run: pdm build
Expand Down
Loading