Skip to content

Commit 29067a4

Browse files
committed
update packages
1 parent fd27c0e commit 29067a4

File tree

3 files changed

+96
-86
lines changed

3 files changed

+96
-86
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
- uses: extractions/setup-just@v2
4040
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
41-
- run: just install tests . --cov=. --cov-report xml
41+
- run: just install test . --cov=. --cov-report xml
4242
- name: Upload coverage to Codecov
4343
uses: codecov/[email protected]
4444
env:

Justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default: install lint tests
1+
default: install lint test
22

33
install:
44
uv lock --upgrade
@@ -14,7 +14,7 @@ lint-ci:
1414
uv run ruff check . --no-fix
1515
uv run mypy .
1616

17-
tests *args:
17+
test *args:
1818
uv run pytest {{ args }}
1919

2020
publish:

0 commit comments

Comments
 (0)