Run tests in portable mode in a separate step
This commit is contained in:
parent
3fb2e1a55f
commit
252c8293ce
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -47,6 +47,12 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
- name: Portable run
|
||||||
|
if: ${{ matrix.os == 'ubuntu-18.04' && matrix.python-version == '2.7' }}
|
||||||
|
run: |
|
||||||
|
python -m pybitmessage.bitmessagemain -t
|
||||||
|
- name: Install
|
||||||
|
run: |
|
||||||
python setup.py install
|
python setup.py install
|
||||||
- name: Install additional python dependencies
|
- name: Install additional python dependencies
|
||||||
if: ${{ matrix.python-version == '3.8' }}
|
if: ${{ matrix.python-version == '3.8' }}
|
||||||
|
|
Reference in New Issue
Block a user