Skip to content

Commit

Permalink
Disable svmbir install in ubuntu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Sep 27, 2024
1 parent 3dd11d7 commit 6c37544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
pip install pytest-split
pip install -r requirements.txt
pip install -r dev_requirements.txt
conda install -c conda-forge svmbir>=0.3.3
# svmbir install temporarily disabled due to import errors
#conda install -c conda-forge svmbir>=0.3.3
conda install -c conda-forge astra-toolbox
conda install -c conda-forge pyyaml
pip install --upgrade --force-reinstall scipy>=1.6.0 # Temporary fix for GLIBCXX_3.4.30 not found in conda forge version
Expand Down

0 comments on commit 6c37544

Please sign in to comment.