Skip to content

Commit

Permalink
try to get scipy installed using uv
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Oct 4, 2024
1 parent f22ed60 commit 7fc233f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04,windows-latest,macos-latest]
# os: [ubuntu-22.04,windows-latest,macos-latest]
os: [ubuntu-22.04]
python-version: [3.11]
steps:
- name: Checkout repository
Expand All @@ -32,14 +33,12 @@ jobs:
- name: install openblas on linux
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt-get install libopenblas-dev
- name: install openblas on windows
if: matrix.os == 'windows-latest'
run: |
choco install openblas
sudo apt-get install libopenblas-dev meson
- name: Install dependencies
run: |
pip install -e .
# pip install -e .
python -m pip install uv
uv pip install --system -e .
- name: Run pytest test_colors
run: |
cd ammico
Expand Down

0 comments on commit 7fc233f

Please sign in to comment.