1 parent 40fcb23 commit 8054364Copy full SHA for 8054364
1 file changed
.github/workflows/test-python.yml
@@ -11,24 +11,14 @@ jobs:
11
steps:
12
- name: Checkout repo
13
uses: actions/checkout@v3
14
- with:
15
- fetch-depth: 1
16
- clean: false
17
- persist-credentials: false
18
-
19
20
- name: Setup Python
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v4
22
with:
23
- python-version: '3.10.14'
+ python-version: '3.11'
24
25
- name: Check Python
26
run: |
27
- which python
28
python --version
29
pip --version
30
31
- - name: Check tool cache
32
- run: |
33
- echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
34
0 commit comments