From cc9fa8bdcab870792f46445036850649af58008b Mon Sep 17 00:00:00 2001 From: Dou Du Date: Tue, 17 Dec 2024 16:24:16 +0200 Subject: [PATCH] try to fix the bug --- .github/workflows/widget-test.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/widget-test.yml b/.github/workflows/widget-test.yml index 95c8367..ecf71ac 100644 --- a/.github/workflows/widget-test.yml +++ b/.github/workflows/widget-test.yml @@ -25,19 +25,15 @@ jobs: python-version: '3.12' architecture: 'x64' - name: Install dependencies - run: + run: | pip install --upgrade pip pip install --upgrade jupyterlab pip install --upgrade voila pip install --upgrade voila-osscar-template pip install --upgrade ase - pip install --upgrade anywidget - pip install --upgrade numpy - pip install --upgrade scipy - pip install --upgrade seekpath - + - name: Install the widget + run: pip install -e . - - name: Run the voila server run: | voila --template=osscar --enable_nbextensions=True example/ --port 8383 --no-browser &