Skip to content

Commit d7d6606

Browse files
committed
hil.yml: Pyenv is already installed.
1 parent 0faec9a commit d7d6606

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Diff for: .github/workflows/hil.yml

-19
Original file line numberDiff line numberDiff line change
@@ -94,25 +94,6 @@ jobs:
9494
- name: Check chip
9595
run: cat tests/${{matrix.sketches}}/build/build.options.json
9696

97-
# Our self-hosted runners run on an RPI, the setup-python action doesn't
98-
# support an ARM architecture.
99-
100-
- name: Cache Python
101-
id: cache-python
102-
uses: actions/cache@v2
103-
with:
104-
path: ~/.pyenv
105-
key: pyenv-${{env.PYENV_VERSION}}-${{env.PYTHON_VERSION}}
106-
107-
- name: Install Python
108-
if: steps.cache-python.outputs.cache-hit != 'true'
109-
run: |
110-
rm -rf ~/.pyenv
111-
git clone https://github.com/pyenv/pyenv.git -b ${{env.PYENV_VERSION}} ~/.pyenv
112-
export PYENV_ROOT=~/.pyenv
113-
export PATH=$PYENV_ROOT/bin:$PATH
114-
pyenv install ${{env.PYTHON_VERSION}}
115-
11697
- name: Install dependencies
11798
run: |
11899
~/.pyenv/versions/${{env.PYTHON_VERSION}}/bin/python -m venv test_venv

0 commit comments

Comments
 (0)