Skip to content

Commit a5a495d

Browse files
committed
Use pyproject.toml to determing python version to use for test
1 parent 776aa43 commit a5a495d

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
@@ -17,6 +17,8 @@ jobs:
1717
fetch-depth: 0
1818
- name: Set up PDM
1919
uses: pdm-project/setup-pdm@v4
20+
with:
21+
python-version: "3.10"
2022
- name: Install dependencies
2123
run: |
2224
pdm install

0 commit comments

Comments
 (0)