Skip to content

Commit

Permalink
refactor some code
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 12, 2024
1 parent a22d55e commit 815f48d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,5 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Install osipi
run: |
poetry install -E docs
poetry install -E tests
- name: Run pre-commit
run: poetry run pre-commit run --all-files
5 changes: 0 additions & 5 deletions .github/workflows/pytest-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Install osipi
run: |
poetry install -E docs
poetry install -E tests
- name: Test with pytest
run: poetry run pytest --junitxml=junit/test-results.xml --cov=dbdicom tests/

Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 815f48d

Please sign in to comment.