Skip to content

Commit

Permalink
Fix windows action (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming authored Feb 15, 2022
1 parent 3b04047 commit 06d2d28
Show file tree
Hide file tree
Showing 4 changed files with 4,931 additions and 4,747 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10.0-beta - 3.10.0"]
os: ["ubuntu-latest", "windows-latest"]
python-version: [3.7, 3.8, 3.9, "3.10"]
os: ["windows-latest", "ubuntu-latest"]
name: Test the action
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ inputs:
version:
description: The version of PDM to install.
required: false
ref:
description: The Ref of GitHub Repository
required: false
prerelease:
description: Allow prerelease versions to be installed
default: 'false'
default: "false"
required: false
enable-pep582:
description: "Enable PEP 582 package loading globally."
default: 'true'
default: "true"
required: false
runs:
using: "node12"
Expand Down
Loading

0 comments on commit 06d2d28

Please sign in to comment.