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 776aa43 commit a5a495dCopy full SHA for a5a495d
.github/workflows/main.yaml
@@ -17,6 +17,8 @@ jobs:
17
fetch-depth: 0
18
- name: Set up PDM
19
uses: pdm-project/setup-pdm@v4
20
+ with:
21
+ python-version: "3.10"
22
- name: Install dependencies
23
run: |
24
pdm install
0 commit comments