Skip to content

Commit

Permalink
Treat python version as string?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxs-ribs committed Nov 20, 2023
1 parent 62150b5 commit db625b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: 3.10.4
python-version: '3.10'
architecture: x64
version: 2.10.1
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: pdm-project/setup-pdm@v3
name: Setup PDM
with:
python-version: 3.10.4
python-version: '3.10'
architecture: x64
version: 2.10.1
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: pdm-project/setup-pdm@v3
name: Setup PDM
with:
python-version: 3.10.4
python-version: '3.10'
architecture: x64
version: 2.10.1
prerelease: true
Expand Down

0 comments on commit db625b7

Please sign in to comment.