Skip to content

Commit

Permalink
refactor: 🛠️ streamline testing workflow by removing deprecated test.…
Browse files Browse the repository at this point in the history
…yml and adding pytest step to poetry-test.yml
  • Loading branch information
onuralpszr committed Jan 6, 2025
1 parent 23085ea commit a1cfb39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
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.

0 comments on commit a1cfb39

Please sign in to comment.