Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8ffc0 commit bcf96d6Copy full SHA for bcf96d6
1 file changed
.github/workflows/python-nightly.yml
@@ -92,6 +92,7 @@ jobs:
92
python -m site
93
python -m sysconfig
94
python -c "import sys; print('GIL:', getattr(sys, '_is_gil_enabled', lambda: True)())"
95
+ python -m pip --version
96
python -m coverage debug sys
97
python -m coverage debug sqlite
98
python -m coverage debug pybehave
0 commit comments