Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): 📦 poetry lock file deps are updated #1763

Merged
merged 9 commits into from
Jan 8, 2025
Merged
5 changes: 4 additions & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🔧 Poetry Check and Installation Test Workflow
name: 🔧 Poetry Checks and Test Workflow
on:
push:
paths:
Expand Down Expand Up @@ -40,3 +40,6 @@ jobs:

- name: 🧪 Run the Import test
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
40 changes: 0 additions & 40 deletions .github/workflows/test.yml

This file was deleted.

Loading
Loading