File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments