1 parent 5d6150d commit 0d49a95Copy full SHA for 0d49a95
1 file changed
.github/workflows/test-python.yml
@@ -13,15 +13,17 @@ jobs:
13
uses: actions/checkout@v3
14
15
- name: Setup Python
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
- python-version: '3.10'
19
-
+ python-version: '3.10.14'
20
21
- name: Check Python
22
run: |
+ which python
23
python --version
24
pip --version
25
26
- - run: |
+ - name: Check tool cache
27
+ run: |
28
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
29
+
0 commit comments