From a567f6844a3cec0d24756fa537c69c61dee25b0c Mon Sep 17 00:00:00 2001 From: Mahendra Paipuri Date: Sun, 15 Dec 2024 19:41:50 +0100 Subject: [PATCH] ci: Fix browser checks on conda tests too Signed-off-by: Mahendra Paipuri --- .github/workflows/step_tests-conda.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/step_tests-conda.yml b/.github/workflows/step_tests-conda.yml index ebddbd23..494edd4a 100644 --- a/.github/workflows/step_tests-conda.yml +++ b/.github/workflows/step_tests-conda.yml @@ -66,8 +66,10 @@ jobs: jupyter labextension list jupyter labextension list 2>&1 | grep -ie "jupyterlab-jupytext.*OK" - # Commented out on Dec 15, 2024, until we can fix that test - # python -m jupyterlab.browser_check + # Ensure locale LANG is set. See https://github.com/jupyterlab/jupyterlab/issues/17079 + export LANG="en_US.utf8" + + python -m jupyterlab.browser_check - name: Upload coverage uses: codecov/codecov-action@v3