Update build.yml
This commit is contained in:
parent
eb5f7e313f
commit
3f958edbaa
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -26,8 +26,10 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- run: pip install -r requirements.txt
|
- run: |
|
||||||
- run: pytest -s tests/ -vv
|
cd src/
|
||||||
|
pip install -r requirements.txt
|
||||||
|
pytest -s tests/ -vv
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue