Skip to content

Commit 5cc112e

Browse files
authored
Update rustbca_compile_check.yml
1 parent 9d96870 commit 5cc112e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustbca_compile_check.yml

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

0 commit comments

Comments
 (0)