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 a658f1e commit d84a76fCopy full SHA for d84a76f
.github/workflows/rustbca_compile_check.yml
@@ -41,7 +41,7 @@ jobs:
41
sudo apt install libhdf5-dev
42
- name: test Python Bindings
43
run: |
44
- sudo python3 -m pip install setuptools_rust testresources
+ python3 -m pip install setuptools_rust testresources
45
python3 setup.py install --root .
46
python3 -c "from libRustBCA.pybca import *; print(simple_bca_py)"
47
- name: Test RustBCA
0 commit comments