Skip to content

Commit f886f02

Browse files
authored
Update rustbca_compile_check.yml
1 parent 3217150 commit f886f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
run: |
4444
python3 -m pip install setuptools_rust testresources
4545
python3 setup.py install --root .
46+
cp -r usr/local/lib/python3.8/dist-packages/libRustBCA .
47+
python3 -c "from libRustBCA.pybca import *;"
4648
- name: Test RustBCA
4749
run: |
4850
sudo cargo test --features cpr_rootfinder_netlib,hdf5_input,distributions,parry3d

0 commit comments

Comments
 (0)