Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 committed Sep 6, 2024
1 parent fd27c0e commit 29067a4
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: extractions/setup-just@v2
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: just install tests . --cov=. --cov-report xml
- run: just install test . --cov=. --cov-report xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
env:
Expand Down
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default: install lint tests
default: install lint test

install:
uv lock --upgrade
Expand All @@ -14,7 +14,7 @@ lint-ci:
uv run ruff check . --no-fix
uv run mypy .

tests *args:
test *args:
uv run pytest {{ args }}

publish:
Expand Down
Loading

0 comments on commit 29067a4

Please sign in to comment.