Skip to content

Commit 6c5378a

Browse files
committed
l&t: avoid excluding macos.
1 parent a72ceba commit 6c5378a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ jobs:
231231
run: sudo apt install libxml2-dev libxslt1-dev
232232
- name: Ensure regular package installs from checkout
233233
run: pip install .
234-
- name: Check we detect the python correctly (excluding MacOS)
235-
if: ${{ ! startsWith(matrix.env.EXPECT, 'MacOS') }}
234+
- name: Check we detect the python correctly
236235
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}'"
237236
- name: Check we detect the platform correctly
238237
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)