Skip to content

Commit c03a6d5

Browse files
committed
print
1 parent acde256 commit c03a6d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
run: |
104104
python -c "
105105
import sys
106+
print(f'{sys.version = }')
106107
assert sys.version.startswith('$EXPECTED'.strip('t'))
107108
assert getattr(sys, '_is_gil_enabled', lambda: True)() == (not '$EXPECTED'.endswith('t'))
108109
"

0 commit comments

Comments
 (0)