Skip to content

Commit f1bd5b6

Browse files
ofekdarosior
authored andcommitted
Update python-package.yml
1 parent dc134d4 commit f1bd5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
brew install autoconf automake libffi libtool pkg-config python
3535
pip install -r requirements.txt
3636
- name: Install python-bip32 from source
37-
run: python setup.py install
37+
run: pip install .
3838
- name: Test with pytest
3939
run: |
4040
pip install -r tests/requirements.txt
@@ -72,4 +72,4 @@ jobs:
7272
pip install setuptools
7373
pip install -r tests/requirements.txt
7474
pip install -I coincurve==${{ matrix.coincurve-version }}
75-
python setup.py install
75+
pip install .

0 commit comments

Comments
 (0)