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
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pytest -s tests/ -vv
|
||||
- run: |
|
||||
cd src/
|
||||
pip install -r requirements.txt
|
||||
pytest -s tests/ -vv
|
||||
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue