You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To fix an issue with webpack and openssl3 https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
40
-
NODE_OPTIONS: "--openssl-legacy-provider"
31
+
- name: Install Python
32
+
uses: actions/setup-python@v4
33
+
with:
34
+
python-version: '3.x'
35
+
cache: 'pip'
36
+
cache-dependency-path: setup.py
41
37
42
-
- name: Check installation files
43
-
shell: bash -l {0}
44
-
run: |
45
-
echo $CONDA_PREFIX
46
-
ls $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/
47
-
test -d $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar
48
-
test -f $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar/package.json
0 commit comments