Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
franalgaba committed Nov 28, 2023
1 parent d4bd8fe commit b9d9155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
poetry run ruff osiris
- name: Testing
run: |
poetry run pytest --cov=osiris --cov-report term-missing --cov-fail-under=80
poetry run pytest --cov=osiris --cov-report term-missing
2 changes: 1 addition & 1 deletion .github/workflows/onrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
poetry run ruff osiris
- name: Testing
run: |
poetry run pytest --cov=osiris --cov-report term-missing --cov-fail-under=80
poetry run pytest --cov=osiris --cov-report term-missing
- name: Build dist
run: poetry build
Expand Down

0 comments on commit b9d9155

Please sign in to comment.