Skip to content

Commit

Permalink
try to fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Dec 17, 2024
1 parent 8470740 commit cc9fa8b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/widget-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit cc9fa8b

Please sign in to comment.