diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index 4a2faa791..831aaf3c8 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -42,4 +42,4 @@ jobs: run: poetry run python -c "import supervision; from supervision import assets; from supervision import metrics; print(supervision.__version__)" - name: 🧪 Run the Test - run: poetry run pytest \ No newline at end of file + run: poetry run pytest