Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions for CI #706

Merged
merged 18 commits into from
Nov 19, 2024
Prev Previous commit
Next Next commit
Install minimal dependencies to compile resources
  • Loading branch information
t-sommer committed Nov 18, 2024
commit 03360e8346fb72f6b69f93d4a2a4752b99a6a603
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