From 344edae3024b2611d2dd500c733bce7540df83a4 Mon Sep 17 00:00:00 2001 From: Rob Swaters Date: Wed, 3 Apr 2024 23:07:42 +0000 Subject: [PATCH] Pin tensorflow due to unit tests --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4a24a1e..b1d92af 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: - name: install requirements run: | pip install .[dev] - pip install numpy scikit-learn tensorflow --upgrade-strategy only-if-needed + pip install numpy scikit-learn==1.4.1.post1 tensorflow==2.15.0.post1 --upgrade-strategy only-if-needed - name: run pytest code coverage check run: |