add pytest to deps

pull/378/head
evelynmitchell 1 year ago
parent aa2dad3bd3
commit 8166818d78

@ -30,7 +30,6 @@ jobs:
install-command:
echo "Running core tests, installing dependencies with poetry..."
poetry install
pip install pytest
- name: Run core tests
run: pytest
shell: bash
@ -44,7 +43,6 @@ jobs:
install-command: |
echo "Running core tests, installing dependencies with poetry..."
poetry install
pip install pytest
- name: Run core tests
run: pytest
shell: bash

@ -73,6 +73,7 @@ supervision = "*"
scikit-image = "*"
pinecone-client = "*"
roboflow = "*"
pytest

@ -52,3 +52,4 @@ scikit-image
anthropic
pinecone-client
roboflow
pytest
Loading…
Cancel
Save