File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -172,14 +172,11 @@ jobs:
172
172
steps :
173
173
- uses : actions/checkout@v2
174
174
175
- # deadsnakes/[email protected] does not support pythonX.Y-dbg
175
+ # deadsnakes/[email protected] does not support pythonX.Y-dbg, yet
176
176
- name : Install debug Python
177
- run : |
178
- sudo add-apt-repository --yes ppa:deadsnakes/ppa
179
- sudo apt-get install -y --no-install-recommends python3.9-dev python3.9-venv python3.9-distutils python3.9-dbg
180
- python3.9-dbg -mvenv ~/venv-python3.9
181
- ~/venv-python3.9/bin/pip install --upgrade pip setuptools wheel
182
- echo "$HOME/venv-python3.9/bin" >> $GITHUB_PATH
177
+ uses : YannickJadoul/deadsnakes-action@dbg-versions
178
+ with :
179
+ python-version : 3.9-dbg
183
180
184
181
- name : Update CMake
185
182
You can’t perform that action at this time.
0 commit comments