File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ inputs:
1313runs :
1414 using : " composite"
1515 steps :
16- - name : Set up Python
17- uses : actions /setup-python@v5
16+ - name : Setup Python with PDM
17+ uses : pdm-project /setup-pdm@v4
1818 with :
1919 python-version : ${{ inputs.python-version }}
2020 - name : Install dependencies
2121 run : |
22- curl -sSL https://pdm-project.org/install-pdm.py | python3 -
2322 pip install tox tox-pdm
2423 shell : bash
2524 - name : Run tox
Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ jobs:
3030 with :
3131 fetch-depth : 0
3232 - name : Set up Python
33- uses : actions /setup-python@v5
33+ uses : pdm-project /setup-pdm@v4
3434 with :
3535 python-version : ${{ matrix.python }}
3636 - name : Install dependencies
37- run : pip install tox tox-pdm
37+ run : |
38+ pip install tox tox-pdm
3839 - name : Build the package
3940 run : |
4041 export GUIDELLM_BUILD_TYPE=nightly
Original file line number Diff line number Diff line change @@ -29,12 +29,11 @@ jobs:
2929 with :
3030 fetch-depth : 0
3131 - name : Set up Python
32- uses : actions /setup-python@v5
32+ uses : pdm-project /setup-pdm@v4
3333 with :
3434 python-version : ${{ matrix.python }}
3535 - name : Install dependencies
3636 run : |
37- curl -sSL https://pdm-project.org/install-pdm.py | python3 -
3837 pip install tox tox-pdm
3938 - name : Build the package
4039 run : |
Original file line number Diff line number Diff line change @@ -28,12 +28,11 @@ jobs:
2828 with :
2929 fetch-depth : 0
3030 - name : Set up Python
31- uses : actions /setup-python@v5
31+ uses : pdm-project /setup-pdm@v4
3232 with :
3333 python-version : ${{ matrix.python }}
3434 - name : Install dependencies
3535 run : |
36- curl -sSL https://pdm-project.org/install-pdm.py | python3 -
3736 pip install tox tox-pdm
3837 - name : Build the package
3938 run : |
You can’t perform that action at this time.
0 commit comments