Skip to content

Commit

Permalink
Install minimal dependencies to compile resources
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Nov 18, 2024
1 parent 4578f68 commit 03360e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: '3.10'
- run: python --version
- run: python -m pip install setuptools wheel
- run: python -m pip install setuptools wheel attrs numpy pyqt5
# - run: python -m pip install attrs dask jinja2 lark lxml matplotlib notebook numpy plotly pyqt5 pyqtgraph requests scipy wheel
# - run: python -m pip install attrs Jinja2 lark lxml msgpack numpy pywin32 dask[bag] requests matplotlib scipy PyQt5 pyqtgraph PyQtWebEngine kaleido notebook plotly dash-bootstrap-components
# - run: python build_cvode.py
Expand Down

0 comments on commit 03360e8

Please sign in to comment.