Install python package
This commit is contained in:
parent
2ecf925447
commit
76077b1281
|
@ -21,6 +21,8 @@ jobs:
|
||||||
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest
|
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Installing package
|
||||||
|
run: python3 -m pip install .
|
||||||
- name: Test
|
- name: Test
|
||||||
run: python3 -m pytest test
|
run: python3 -m pytest test
|
||||||
publish:
|
publish:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user