Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
In `Set up PDM`:
```
Warning: Unexpected input(s) 'allow-python-prereleases', valid inputs are ['python-version', 'architecture', 'token', 'version', 'prerelease', 'enable-pep582', 'cache', 'cache-dependency-path']
Run pdm-project/setup-pdm@v3.1
  with:
    python-version: 3.10
    architecture: x64
    version: 2.7.4
    prerelease: false
    enable-pep582: true
    allow-python-prereleases: false
    cache: true
    token: ***
    cache-dependency-path: pdm.lock
Error: Response code 404 (Not Found)
```

See
https://github.com/apptension/onetimepass/actions/runs/7215237547/job/19659082600?pr=65.
  • Loading branch information
Toreno96 committed Dec 14, 2023
1 parent 62b8e59 commit ffcb5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up PDM
uses: pdm-project/setup-pdm@v3.1
uses: pdm-project/setup-pdm@v3.3
with:
python-version: "3.10"
architecture: x64
Expand Down

0 comments on commit ffcb5b6

Please sign in to comment.