Skip to content

Commit c972c99

Browse files
committed
ci: Arghhh...
1 parent 0352b4c commit c972c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Check python build
5050
run: |
5151
uv run --no-project python -c 'import sys; print(sys.prefix); print(sys.version_info)'
52-
uv run --no-project python -c 'import sysconfig; print(f"Py_GIL_DISABLED={sysconfig.get_config_var("Py_GIL_DISABLED")}")'
52+
uv run --no-project python -c 'import sysconfig; flag=sysconfig.get_config_var("Py_GIL_DISABLED"); print(f"Py_GIL_DISABLED={flag}")'
5353
uv run --no-project python -c 'import sys; print(f"{sys.abiflags=}")'
5454
- name: Install dependencies and build the package
5555
run: |

0 commit comments

Comments
 (0)