Skip to content

Commit 3217150

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +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
python3 -m pip install setuptools_rust testresources
45-
python3 setup.py install
46-
45+
python3 setup.py install --root .
4746
- name: Test RustBCA
4847
run: |
4948
sudo cargo test --features cpr_rootfinder_netlib,hdf5_input,distributions,parry3d

0 commit comments

Comments
 (0)