Skip to content

Commit b4e3c57

Browse files
authored
Update rustbca_compile_check.yml
1 parent d87a41b commit b4e3c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt install libhdf5-dev
4242
- name: test Python Bindings
4343
run: |
44-
python3 -m pip install setuptools_rust testresources
44+
python3 -m pip install setuptools_rust testresources setuptools wheel
4545
python3 -m pip install .
4646
python3 -c "from libRustBCA.pybca import *;"
4747
python3 examples/test_rustbca.py

0 commit comments

Comments
 (0)