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 b4e3c57 commit 2a542fdCopy full SHA for 2a542fd
.github/workflows/rustbca_compile_check.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: test Python Bindings
43
run: |
44
python3 -m pip install setuptools_rust testresources setuptools wheel
45
+ python3 -m pip install --upgrade pip setuptools wheel
46
python3 -m pip install .
47
python3 -c "from libRustBCA.pybca import *;"
48
python3 examples/test_rustbca.py
0 commit comments