Skip to content

Commit

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

0 comments on commit d4bd8fe

Please sign in to comment.