We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6d673 commit c5fff3dCopy full SHA for c5fff3d
1 file changed
.github/workflows/python-package.yml
@@ -34,7 +34,7 @@ jobs:
34
brew install autoconf automake libffi libtool pkg-config python
35
pip install -r requirements.txt
36
- name: Install python-bip32 from source
37
- run: python setup.py install
+ run: pip install .
38
- name: Test with pytest
39
run: |
40
pip install -r tests/requirements.txt
@@ -72,4 +72,4 @@ jobs:
72
pip install setuptools
73
74
pip install -I coincurve==${{ matrix.coincurve-version }}
75
- python setup.py install
+ pip install .
0 commit comments