Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into gcp-vision-datal…
Browse files Browse the repository at this point in the history
…oader
  • Loading branch information
onuralpszr committed Dec 2, 2024
2 parents 4c92c2d + d075eb1 commit 68e2f94
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 169 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ jobs:
run: poetry check

- name: 🚀 Do Install the package Test
run: poetry install
run: poetry install --with dev --extras metrics

- 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 pytests
run: poetry run python -m pytest ./test
2 changes: 0 additions & 2 deletions .github/workflows/test-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/checkout@v4
- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
# id based on python version
id: python-setup
with:
python-version: ${{ matrix.python-version }}
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
pip install .
pip install pytest
- name: 🧪 Test
- name: 🧪 PyTest
run: "python -m pytest ./test"
Loading

0 comments on commit 68e2f94

Please sign in to comment.