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

Switch from pyjulia to juliacall #12

Merged
merged 12 commits into from
Aug 4, 2024
Prev Previous commit
test notebook in CI workflow
mjohnson541 committed Aug 4, 2024
commit 7864ec5bfde6307f4e6c54c24c9624eea6f21862
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -39,10 +39,15 @@ jobs:
miniforge-version: "latest"
python-version: ${{ matrix.python-version }}
use-mamba: true
- name: Install packages
run: |
python -m pip install pytest nbmake
python -m pip install -e .
- name: Conda Info
run: |
mamba info
mamba list
- name: Run test
run: |
nosetests pyrms/rmsTest.py
nosetests pyrms/rmsTest.py
pytest --nbmake Ipython/pyrms_example.ipynb