From 097eb0bb55c17134eb67397cd2f93128be40253e Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Wed, 6 Nov 2024 07:09:51 -0700 Subject: [PATCH] Attempt tpo resolve pytest failure --- .github/workflows/pytest_macos.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest_macos.yml b/.github/workflows/pytest_macos.yml index 0051e6c0..68003acb 100644 --- a/.github/workflows/pytest_macos.yml +++ b/.github/workflows/pytest_macos.yml @@ -57,13 +57,14 @@ jobs: pip install pytest-split pip install -r requirements.txt pip install -r dev_requirements.txt - conda install -c conda-forge svmbir>=0.4.0 - conda install -c astra-toolbox astra-toolbox - conda install -c conda-forge pyyaml pip install bm3d>=4.0.0 pip install bm4d>=4.0.0 pip install "ray[tune]>=2.5.0" pip install hyperopt + pip install svmbir>=0.4.0 + #conda install -c conda-forge svmbir>=0.4.0 + conda install -c astra-toolbox astra-toolbox + conda install -c conda-forge pyyaml # Install package to be tested - name: Install package to be tested run: pip install -e .