Skip to content

Commit

Permalink
ci: Fix browser checks on conda tests too
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Dec 15, 2024
1 parent 629c64d commit a567f68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/step_tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a567f68

Please sign in to comment.