CI: Run changed scripts in debug mode also

This commit is contained in:
Ivan Pozdeev 2024-05-24 20:36:43 +03:00
parent 948f53f6d8
commit 0e0ca0966b

View file

@ -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: |