We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51673c0 commit e01474cCopy full SHA for e01474c
.github/workflows/rustbca_compile_check.yml
@@ -30,7 +30,7 @@ jobs:
30
sudo apt-get install python3-pip python3-dev
31
- name: Install Python libraries
32
run: |
33
- python3 -m pip install numpy shapely scipy matplotlib toml
+ python3 -m pip install numpy shapely scipy matplotlib toml tomlkit
34
- name: Install HDF5 Libraries
35
36
sudo apt install libhdf5-dev
@@ -42,6 +42,7 @@ jobs:
42
python3 -c "from libRustBCA import *;"
43
python3 examples/test_rustbca.py
44
python3 examples/test_cube.py
45
+ python3 examples/make_input_file_and_run.py
46
- name: Test Fortran and C bindings
47
run : |
48
cargo build --release --lib --features parry3d
0 commit comments