Skip to content

Commit 2e6e6d6

Browse files
committed
Typo
1 parent 48acb62 commit 2e6e6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python --version
3838
uv pip install . -r ${{ inputs.requirements-file }} -v --reinstall --system
3939
python -c "import parsnip; print('parsnip', parsnip.__version__)"
40-
python -c "import sys; print("GIL: ", sys._is_gil_enabled)"
40+
python -c "import sys; print('GIL: ', sys._is_gil_enabled)"
4141
4242
- name: Test with pytest
4343
run: python -m ${{ runner.os != 'Windows' && 'pytest' || 'pytest tests' }} -v -n auto

0 commit comments

Comments
 (0)