Skip to content

Commit 04c6733

Browse files
committed
Check again
1 parent d99eef4 commit 04c6733

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
with:
2020
python-version: "3.11"
2121
update-python: false
22+
- name: Check Python version
23+
run:
24+
which pdm
25+
pdm run which python
26+
pdm run python --version
27+
pdm run which pip
2228
- name: Install dependencies
2329
run: |
2430
which pdm

0 commit comments

Comments
 (0)