Skip to content

Commit

Permalink
Update dev.workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
urigott authored Oct 5, 2023
1 parent 03f6d8e commit 7bb1612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
poetry run pylint -d C0103,C0415,R0902,R0903,R0913,R0914,R1710,R0801 --fail-under=9 $(git ls-files '*.py')
- name: Test with unittest
run: poetry run python -m unittest discover -s /.rtichoke/tests -p 'test_*.py'
poetry run python -m unittest discover -s ./rtichoke/tests -p 'test_*.py'
run: |
poetry run python -m unittest discover -s ./rtichoke/tests -p 'test_*.py'
pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit 7bb1612

Please sign in to comment.