Skip to content

Commit 4b9b7d6

Browse files
cached versions
1 parent d37cfae commit 4b9b7d6

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/test-ubuntu-runner.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Python Versions
1+
name: Test ubuntu arm runner
22

33
on:
44
push:
@@ -26,6 +26,18 @@ jobs:
2626
# run: |
2727
# mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
2828
# mkdir -p "${{ runner.tool_cache }}"
29+
- name: Show runner tool cache location
30+
run: echo "Tool cache ${{ runner.tool_cache }}"
31+
32+
- name: List cached Python versions
33+
run: ls -l ${{ runner.tool_cache }}/Python
34+
35+
- name: Show active python3 location
36+
run: |
37+
which python3
38+
ls -l $(which python3)
39+
- name: Check Python version
40+
run: python3 --version
2941
- name: Set up Python ${{ matrix.python-version }}
3042
uses: actions/setup-python@v6
3143
# uses: priya-kinthali/setup-python@test-1079

0 commit comments

Comments
 (0)