Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sasanjac committed Aug 4, 2023
1 parent ff4faa3 commit 4681bb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
fetch-depth: 1

- name: Setting up PDM
uses: pdm-project/setup-pdm@v3.2
- name: Setting up PDM @ ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3.3
with:
python-version: ${{ matrix.python-version }}
cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
fetch-depth: 0

- name: Set up PDM
uses: pdm-project/setup-pdm@v3.2
- name: Set up PDM @ ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3.3
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 1

- name: Set up PDM @ ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3.2
uses: pdm-project/setup-pdm@v3.3
with:
python-version: ${{ matrix.python-version }}
cache: true
Expand Down

0 comments on commit 4681bb6

Please sign in to comment.