Skip to content

Commit

Permalink
add requirements.txt back
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 30, 2024
1 parent cecafd7 commit af18bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Test with pytest
run: |
poetry install
pip install pytest-cov pytest-xdist
pip install -r requirements.txt
pytest --cov --cov-report=xml:coverage-report/coverage.xml
- name: Build documentation
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ ruff==v0.0.260
coverage-badge~=1.1.0
requests==2.31.0
pydicom==2.4.3
tqdm==4.66.1
tqdm==4.66.1
pyfiglet~=1.0

0 comments on commit af18bc6

Please sign in to comment.