Skip to content

Commit 067c461

Browse files
committed
fixup
1 parent 682c3f8 commit 067c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
- name: Ensure regular package installs from checkout
233233
run: pip install .
234234
- name: Check we detect the python correctly (excluding MacOS)
235-
if: {{ ! startsWith(matrix.env.EXPECT, 'MacOS') }}
235+
if: ${{ ! startsWith(matrix.env.EXPECT, 'MacOS') }}
236236
run: python -c "from zulipterminal.platform_code import detected_python_short; import os; e, d = os.environ['PYTHON'], detected_python_short(); assert d == e, f'{d} != {e}'"
237237
- name: Check we detect the platform correctly
238238
run: python -c "from zulipterminal.platform_code import detected_platform; import os; e, d = os.environ['EXPECT'], detected_platform(); assert d == e, f'{d} != {e}'"

0 commit comments

Comments
 (0)