Skip to content

Commit

Permalink
feat(update): test11
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Jan 14, 2025
1 parent 3e044fb commit be60c85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: snok/install-poetry@v1
with:
virtualenvs-create: false

K
- name: Install Dependencies
run: poetry install --no-interaction --all-extras

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ dependencies = [
"typing_extensions",
"urllib3",
"genologics",
"housekeeper",
"pydantic-settings",
"email-validator",
"rich-click",
"housekeeper>=4.11.3",
"pydantic-settings>=2.3.3",
"email-validator>=2.2.0",
"rich-click>=1.8.4",
]
[project.optional-dependencies]
coveralls = ["coveralls"]
Expand Down

0 comments on commit be60c85

Please sign in to comment.