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
Build binaries in CI
  • Loading branch information
t-sommer committed Nov 18, 2024
commit 0bf0dbf99baa86ab7f2ff40eb14bb453e12fadbd
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: which python
- run: python --version
# - 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
- run: python build_binaries.py
- run: python build_remoting.py
- run: python setup.py bdist_wheel
Loading