mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
CI: Run changed scripts in debug mode also
This commit is contained in:
parent
948f53f6d8
commit
0e0ca0966b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/modified_scripts_build.yml
vendored
2
.github/workflows/modified_scripts_build.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
fi
|
||||
- run: |
|
||||
#build
|
||||
pyenv install -v ${{ matrix.python-version }}
|
||||
pyenv --debug install ${{ matrix.python-version }}
|
||||
pyenv global ${{ matrix.python-version }}
|
||||
# Micropython doesn't support --version
|
||||
- run: |
|
||||
|
|
Loading…
Reference in a new issue