Skip to content

Commit

Permalink
ci: Update dependencies in main.yml and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 21, 2024
1 parent 9bf0f13 commit 76d9fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ jobs:
- name: Install poetry
uses: snok/install-poetry@v1

- name: Install package
run: poetry install

- name: Test with pytest
run: |
pip install pytest
pip install pytest-cov
pip install -r requirements.txt
poetry install
pytest --cov --cov-report=xml
- name: Use Codecov to track coverage
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ pytest-cov==4.0.0
ruff==v0.0.260
coverage-badge~=1.1.0
requests==2.31.0
pydicom==2.4.3
tqdm==4.66.1

0 comments on commit 76d9fa8

Please sign in to comment.