Skip to content

Commit

Permalink
group dev dependencies and update lock (#1448)
Browse files Browse the repository at this point in the history
* group dev dependencies and update lock

* Update ci.yml
  • Loading branch information
ourownstory authored Oct 15, 2023
1 parent 137e347 commit 77f47ae
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 343 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install --with=tests
run: poetry install
- name: Pytest
run: poetry run pytest tests -v --cov=./ --cov-report=xml
- name: Upload coverage to codecov
Expand Down
Loading

0 comments on commit 77f47ae

Please sign in to comment.