diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0432a655..b0ba5a98 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,8 +45,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
+ - name: Upgrade pip
+ run: python -m pip install --upgrade pip==23.2
- name: Install LIT package with testing dependencies
run: python -m pip install -e '.[test]'
+ - name: Debug dependency tree
+ run: |
+ python -m pip install pipdeptree
+ pipdeptree | grep decorator -A 5 || true
- name: Test LIT
run: pytest -v
- name: Setup Node ${{ matrix.node-version }}
diff --git a/lit_nlp/client/core/slice_module.ts b/lit_nlp/client/core/slice_module.ts
index 674e652a..43b454b5 100644
--- a/lit_nlp/client/core/slice_module.ts
+++ b/lit_nlp/client/core/slice_module.ts
@@ -160,7 +160,7 @@ export class SliceModule extends LitModule {
// clang-format off
return html`
- {onKeyUp(e);}}/>