We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d96870 commit 5cc112eCopy full SHA for 5cc112e
.github/workflows/rustbca_compile_check.yml
@@ -35,14 +35,14 @@ jobs:
35
run: |
36
git clone https://github.com/uiri/toml.git
37
cd toml
38
- python3 setup.py install
+ python3 setup.py install --root .
39
- name: Install HDF5 Libraries
40
41
sudo apt install libhdf5-dev
42
- name: test Python Bindings
43
44
sudo python3 -m pip install setuptools_rust testresources
45
- sudo python3 setup.py install
46
python3 -c "from libRustBCA.pybca import *; print(simple_bca_py)"
47
- name: Test RustBCA
48
0 commit comments