Skip to content

Commit

Permalink
project-urls: update github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Nov 4, 2024
1 parent 88b19b8 commit be64c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Install modules
run: pip install -r requirements.txt && pip install -r requirements.dev.txt
- name: Tests
run: PYTHONPATH=. pytest --cov=data_flow --cov-report term
run: PYTHONPATH=. pytest --cov=mysiar_data_flow --cov-report term
- name: Lint
run: pflake8 mysiar_data_flow/ tests/

0 comments on commit be64c8c

Please sign in to comment.