From 8166818d783bb06ddd1d0b6071a4ef1c0b56fc74 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 08:13:02 -0700 Subject: [PATCH] add pytest to deps --- .github/workflows/test.yml | 2 -- pyproject.toml | 1 + requirements.txt | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) 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