Skip to content

Commit 8054364

Browse files
authored
Update test-python.yml
1 parent 40fcb23 commit 8054364

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,14 @@ jobs:
1111
steps:
1212
- name: Checkout repo
1313
uses: actions/checkout@v3
14-
with:
15-
fetch-depth: 1
16-
clean: false
17-
persist-credentials: false
18-
1914

2015
- name: Setup Python
21-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v4
2217
with:
23-
python-version: '3.10.14'
18+
python-version: '3.11'
2419

2520
- name: Check Python
2621
run: |
27-
which python
2822
python --version
2923
pip --version
3024
31-
- name: Check tool cache
32-
run: |
33-
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
34-

0 commit comments

Comments
 (0)