Skip to content

Commit 3c72014

Browse files
committed
chore: fix label for Py_GIL_DISABLED python config var.
1 parent 8f435ed commit 3c72014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Display Python and key module versions
134134
run: |
135135
python --version --version
136-
python -c "import sysconfig; print('GIL IS ENABLED: ', sysconfig.get_config_vars().get('Py_GIL_DISABLED', 'not defined'));"
136+
python -c "import sysconfig; print('GIL IS DISABLED: ', sysconfig.get_config_vars().get('Py_GIL_DISABLED', 'not defined'));"
137137
python -c "import sqlite3; print('sqlite version: ', sqlite3.sqlite_version)"
138138
python -c "import setuptools; print('setuptools version: ', setuptools.__version__);"
139139

0 commit comments

Comments
 (0)