We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3aea45 commit 9d67de4Copy full SHA for 9d67de4
.github/workflows/js.yml
@@ -48,6 +48,10 @@ jobs:
48
restore-keys: |
49
${{ runner.os }}-pip-${{ matrix.python }}
50
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
+
55
- name: Install dependencies
56
run: |
57
pip install --upgrade pip
@@ -56,10 +60,6 @@ jobs:
60
npm install -g [email protected] [email protected]
61
pip install .[test]
58
62
59
- - name: Temporary workaround for sanitizer loading in JS Tests
- run: |
- cp tools/security_deprecated.js notebook/static/base/js/security.js
-
63
- name: Run Tests
64
65
python -m notebook.jstest ${{ matrix.group }}
0 commit comments