Skip to content

Commit 204e1c0

Browse files
authored
Merge pull request #203 from lcpp-org/compile_check_python_patch
Update rustbca_compile_check.yml
2 parents d87a41b + 2a542fd commit 204e1c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/rustbca_compile_check.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ 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
45+
python3 -m pip install --upgrade pip setuptools wheel
4546
python3 -m pip install .
4647
python3 -c "from libRustBCA.pybca import *;"
4748
python3 examples/test_rustbca.py

0 commit comments

Comments
 (0)