Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colon3ltocard authored Jul 3, 2024
1 parent 77a4a1b commit 010fc62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ permissions:
contents: read

jobs:
build:

tests:
env:
PYTHONPATH: '.'
runs-on: ubuntu-latest

steps:
Expand All @@ -29,7 +30,5 @@ jobs:
pip install -r requirements.txt
pip install -r requirements_test.txt
- name: Test with pytest
env:
PYTHONPATH: '.'
run: |
pytest

0 comments on commit 010fc62

Please sign in to comment.