From 470ff208c6cf471a0c2e88a2c91a6987d185cbff Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Wed, 15 May 2024 12:48:37 -0700 Subject: [PATCH] Update pytest workflow and requirements.txt --- .github/workflows/pytest.yml | 2 +- requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 597c8ea9..d9a07e03 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,7 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest - pip install -r requirements.txt # If you have other dependencies + pip install -e . - name: Run tests env: diff --git a/requirements.txt b/requirements.txt index df6aebc7..ffa413ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,9 @@ GitPython requests pyyaml typing-extensions +questionary mixpanel tomlkit pathspec -httpx \ No newline at end of file +httpx +packaging \ No newline at end of file