Skip to content

Commit ac5bc03

Browse files
committed
adjst commands
1 parent 1e9388c commit ac5bc03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ jobs:
3333
install-cmd: uv sync --frozen --active
3434

3535
- name: Run black
36-
run: uv run black --check --diff python-objectstore-client
36+
run: black --check --diff python-objectstore-client
3737

3838
- name: Run isort
39-
run: uv run isort --check-only --diff python-objectstore-client
39+
run: isort --check-only --diff python-objectstore-client
4040

4141
- name: Run flake8
42-
run: uv run flake8 python-objectstore-client
42+
run: flake8 python-objectstore-client
4343

4444
- name: Run mypy
45-
run: uv run mypy python-objectstore-client
45+
run: mypy python-objectstore-client
4646

4747
test:
4848
name: Test
@@ -62,4 +62,4 @@ jobs:
6262
install-cmd: uv sync --frozen --active
6363

6464
- name: Run tests
65-
run: pytest
65+
run: pytest python-objectstore-client

0 commit comments

Comments
 (0)