Skip to content

Commit 1e32e3c

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
fetch-depth: 0
1818
- name: Set up PDM
1919
uses: pdm-project/setup-pdm@v4
20+
with:
21+
python-version-file: pyproject.toml
22+
python-version: 3.10
2023
- name: Install dependencies
2124
run: |
2225
pdm install

0 commit comments

Comments
 (0)