We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2df52 commit a72cc7cCopy full SHA for a72cc7c
.github/workflows/main.yaml
@@ -19,6 +19,8 @@ jobs:
19
fetch-depth: 0
20
- name: Set up PDM
21
uses: pdm-project/setup-pdm@v4
22
+ with:
23
+ python-version: "3.10"
24
- name: Install dependencies
25
run: |
26
pdm install
0 commit comments