From 5c82dd63f45a34cd6455df40d26e77be0fd358ec Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 18 Jul 2024 17:55:50 +1000 Subject: [PATCH] fix: more dependencies --- .github/workflows/python-cicd-units.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-cicd-units.yaml b/.github/workflows/python-cicd-units.yaml index 8cacdef..9b2667a 100644 --- a/.github/workflows/python-cicd-units.yaml +++ b/.github/workflows/python-cicd-units.yaml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install numpy scipy pandas + pip install numpy scipy pandas click - name: Run tests run: | python -m unittest discover -s tests -v