Skip to content

Commit

Permalink
try mamba install of needed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sterrettJD committed Sep 5, 2024
1 parent 6ebf577 commit 96e7729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
conda install fastspar>=0.0.7 armadillo=8 scipy<=1.10.1,>=1.8.0
mamba install "fastspar>=0.0.7" armadillo=8 "scipy<=1.10.1,>=1.8.0"
python setup.py install
- name: Test with pytest
Expand Down

0 comments on commit 96e7729

Please sign in to comment.