1
0
Fork 0

Update build.yml

This commit is contained in:
Joao M 2022-08-24 22:10:28 -05:00 committed by GitHub
parent eb5f7e313f
commit 3f958edbaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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