Skip to content

Commit 7a50bf6

Browse files
authored
Merge pull request #168 from lcpp-org/test_pip
Testing pip as python build tool instead of directly invoking setup.py.
2 parents 92696d5 + 8d7678d commit 7a50bf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- name: test Python Bindings
4343
run: |
4444
python3 -m pip install setuptools_rust testresources
45-
python3 setup.py install --root .
46-
cp -r usr/local/lib/python3.8/dist-packages/libRustBCA .
45+
python3 -m pip install .
4746
python3 -c "from libRustBCA.pybca import *;"
4847
- name: Test Fortran and C bindings
4948
run : |

0 commit comments

Comments
 (0)