Skip to content

Commit 2a161be

Browse files
authored
Update rustbca_compile_check.yml
1 parent d84a76f commit 2a161be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
run: |
3636
git clone https://github.com/uiri/toml.git
3737
cd toml
38-
python3 setup.py install --root .
38+
python3 setup.py install
3939
- name: Install HDF5 Libraries
4040
run: |
4141
sudo apt install libhdf5-dev
4242
- name: test Python Bindings
4343
run: |
4444
python3 -m pip install setuptools_rust testresources
45-
python3 setup.py install --root .
46-
python3 -c "from libRustBCA.pybca import *; print(simple_bca_py)"
45+
python3 setup.py install
46+
4747
- name: Test RustBCA
4848
run: |
4949
sudo cargo test --features cpr_rootfinder_netlib,hdf5_input,distributions,parry3d

0 commit comments

Comments
 (0)