From 9e0a39e17e50ab95a5cd7e26d42d7a634a766575 Mon Sep 17 00:00:00 2001 From: Milton Pividori Date: Wed, 26 Jun 2024 07:52:55 -0600 Subject: [PATCH] workflows/pytest.yaml: attempt to fix unit tests --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index c6a56dad..f30d4fe1 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest numpy scipy numba pandas==1.4.* scikit-learn==1.1.* + pip install pytest numpy scipy numba pandas scikit-learn - name: Test CCC with pytest env: PYTHONPATH: libs/