Skip to content

Commit 3248723

Browse files
authored
Merge pull request #1763 from roboflow/deps/updates
chore(deps): 📦 poetry lock file deps are updated
2 parents 651ed9d + c6591f6 commit 3248723

File tree

4 files changed

+908
-971
lines changed

4 files changed

+908
-971
lines changed

.github/workflows/poetry-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🔧 Poetry Check and Installation Test Workflow
1+
name: 🔧 Poetry Checks and Test Workflow
22
on:
33
push:
44
paths:
@@ -40,3 +40,6 @@ jobs:
4040

4141
- name: 🧪 Run the Import test
4242
run: poetry run python -c "import supervision; from supervision import assets; from supervision import metrics; print(supervision.__version__)"
43+
44+
- name: 🧪 Run the Test
45+
run: poetry run pytest

.github/workflows/test.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)