Skip to content

Commit

Permalink
[REF] Replace setup.py in github workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Sep 12, 2023
1 parent 718f4c3 commit 6f7ae56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests-noscrypt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install mysqlclient
pip install parameterized
pip install Cython
python setup.py install
python -m pip install .
- name: Test with coverage
env:
BCL_CONFIG_FILE: config_encryption.ini.unittest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install parameterized
pip install scrypt
pip install Cython
python setup.py install
python -m pip install .
- name: Test with coverage
env:
BCL_CONFIG_FILE: config.ini.unittest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install mysqlclient
pip install parameterized
pip install scrypt
python setup.py install
python -m pip install .
- name: Test with coverage
env:
BCL_CONFIG_FILE: config.ini.unittest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bitcoinlib
version = 0.6.12.1
version = 0.6.12
url = http://github.com/1200wd/bitcoinlib
author = 1200wd
author_email = info@1200wd.com
Expand Down

0 comments on commit 6f7ae56

Please sign in to comment.