Skip to content

Commit

Permalink
Fixed PDM_VERSION unused in setup-tox action
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Nov 11, 2024
1 parent 737d499 commit a4dbe52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-tox/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
uses: pdm-project/setup-pdm@2f3a9be7ac56a6e5c1ea605f8e9d0f0500363705 # v4
id: pdm
with:
version: '2.20.1'
version: ${{ env.PDM_VERSION }}
python-version: ${{ inputs.python-version }}
cache: true
cache-restore-exact-match: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
PDM_VERSION: '2.20.1' # Used by FreeBSD VM

jobs:
type-hinting:
if: |
Expand Down

0 comments on commit a4dbe52

Please sign in to comment.