Skip to content

Commit 1a9b522

Browse files
committedFeb 18, 2025·
Fix poetry
1 parent 1a8ddc6 commit 1a9b522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
uv sync --extra torch-cpu
2323
- run:
2424
name: Run test
25-
command: poetry run python -m pytest ./tests -svvvv
25+
command: uv run python -m pytest ./tests -svvvv
2626
build-and-publish:
2727
docker:
2828
- image: cimg/python:3.11.11
2929
steps:
3030
- checkout
31+
# TODO: fix the below with uv instead
3132
- python/install-packages:
3233
pkg-manager: poetry
3334
args: --all-extras

0 commit comments

Comments
 (0)
Please sign in to comment.