Skip to content

Commit b45ae86

Browse files
committed
Add an explanatory comment for omitting "t"
Since the `${var%pattern}` syntax may not be immediately obvious.
1 parent 8905e9e commit b45ae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Check types with mypy
9999
run: |
100-
mypy --python-version="${PYTHON_VERSION%t}"
100+
mypy --python-version="${PYTHON_VERSION%t}" # Version only, with no "t" for free-threaded.
101101
env:
102102
MYPY_FORCE_COLOR: "1"
103103
TERM: "xterm-256color" # For color: https://github.com/python/mypy/issues/13817

0 commit comments

Comments
 (0)