Skip to content

Commit e01474c

Browse files
committed
Add tomlkit example to workflow.:
1 parent 51673c0 commit e01474c

File tree

1 file changed

+2
-1
lines changed

1 file 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 matplotlib toml
33+
python3 -m pip install numpy shapely scipy matplotlib toml tomlkit
3434
- name: Install HDF5 Libraries
3535
run: |
3636
sudo apt install libhdf5-dev
@@ -42,6 +42,7 @@ jobs:
4242
python3 -c "from libRustBCA import *;"
4343
python3 examples/test_rustbca.py
4444
python3 examples/test_cube.py
45+
python3 examples/make_input_file_and_run.py
4546
- name: Test Fortran and C bindings
4647
run : |
4748
cargo build --release --lib --features parry3d

0 commit comments

Comments
 (0)