Skip to content

Commit 9d67de4

Browse files
committed
install workaround before installing with pip
1 parent e3aea45 commit 9d67de4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
restore-keys: |
4949
${{ runner.os }}-pip-${{ matrix.python }}
5050
51+
- name: Temporary workaround for sanitizer loading in JS Tests
52+
run: |
53+
cp tools/security_deprecated.js notebook/static/base/js/security.js
54+
5155
- name: Install dependencies
5256
run: |
5357
pip install --upgrade pip
@@ -56,10 +60,6 @@ jobs:
5660
5761
pip install .[test]
5862
59-
- name: Temporary workaround for sanitizer loading in JS Tests
60-
run: |
61-
cp tools/security_deprecated.js notebook/static/base/js/security.js
62-
6363
- name: Run Tests
6464
run: |
6565
python -m notebook.jstest ${{ matrix.group }}

0 commit comments

Comments
 (0)