Skip to content

Commit 0d49a95

Browse files
authored
Update test-python.yml
1 parent 5d6150d commit 0d49a95

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Setup Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.10'
19-
18+
python-version: '3.10.14'
2019

2120
- name: Check Python
2221
run: |
22+
which python
2323
python --version
2424
pip --version
2525
26-
- run: |
26+
- name: Check tool cache
27+
run: |
2728
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
29+

0 commit comments

Comments
 (0)