Skip to content

Commit d5caf62

Browse files
committed
Merge branch 'dev' of https://github.com/lcpp-org/rustbca into dev
2 parents bdd0cdf + 20dbe50 commit d5caf62

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install python3-pip python3-dev
3131
- name: Install Python libraries
3232
run: |
33-
python3 -m pip install numpy shapely scipy
33+
python3 -m pip install numpy shapely scipy matplotlib
3434
- name: Install python TOML library from source
3535
run: |
3636
git clone https://github.com/uiri/toml.git
@@ -44,6 +44,7 @@ jobs:
4444
python3 -m pip install setuptools_rust testresources
4545
python3 -m pip install .
4646
python3 -c "from libRustBCA.pybca import *;"
47+
python3 examples/test_rustbca.py
4748
- name: Test Fortran and C bindings
4849
run : |
4950
cargo build --release

docs/python_bindings/implanted.png

17.9 KB
Loading

docs/python_bindings/sputtered.png

18.6 KB
Loading

0 commit comments

Comments
 (0)