Skip to content

Commit

Permalink
Merge branch 'xin/batchStorage' of https://github.com/aibrix/aibrix i…
Browse files Browse the repository at this point in the history
…nto xin/batchStorage
  • Loading branch information
xin.chen committed Aug 30, 2024
2 parents 6c99c30 + 07e8d4f commit ec1687f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
run: |
cd python/aibrix
python -m ruff check .
python -m ruff format --check .
- name: Run isort
run: |
cd python/aibrix
python -m isort . --check-only
python -m ruff format --check .
- name: Run mypy
run: |
cd python/aibrix
Expand Down
28 changes: 2 additions & 26 deletions python/aibrix/poetry.lock

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

1 change: 0 additions & 1 deletion python/aibrix/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ boto3 = "^1.35.5"
mypy = "^1.11.1"
ruff = "^0.6.1"
pytest = "^8.3.2"
isort = "^5.13.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ec1687f

Please sign in to comment.