File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 94
94
- name : Check chip
95
95
run : cat tests/${{matrix.sketches}}/build/build.options.json
96
96
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
-
116
97
- name : Install dependencies
117
98
run : |
118
99
~/.pyenv/versions/${{env.PYTHON_VERSION}}/bin/python -m venv test_venv
You can’t perform that action at this time.
0 commit comments