diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bcfe6d4f..6b175ce2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f4971b47..66b2c737 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ supervision = "*" scikit-image = "*" pinecone-client = "*" roboflow = "*" +pytest diff --git a/requirements.txt b/requirements.txt index 00c92023..74943df4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,4 +51,5 @@ supervision scikit-image anthropic pinecone-client -roboflow \ No newline at end of file +roboflow +pytest \ No newline at end of file