Skip to content

Commit a72cc7c

Browse files
committed
Use pyproject.toml to determing python version to use for test
1 parent 7f2df52 commit a72cc7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
fetch-depth: 0
2020
- name: Set up PDM
2121
uses: pdm-project/setup-pdm@v4
22+
with:
23+
python-version: "3.10"
2224
- name: Install dependencies
2325
run: |
2426
pdm install

0 commit comments

Comments
 (0)