diff --git a/.github/workflows/linux_blas.yml b/.github/workflows/linux_blas.yml index 24f55e309196..e44c7d65fb4c 100644 --- a/.github/workflows/linux_blas.yml +++ b/.github/workflows/linux_blas.yml @@ -81,7 +81,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements/all.txt - pip install git+https://github.com/rgommers/meson.git@dependency-openblas + pip install git+https://github.com/numpy/meson.git@main-numpymeson sudo apt-get install liblapack-dev pkg-config - name: Build @@ -113,7 +113,7 @@ jobs: - name: Install PyPI dependencies run: | pip install --break-system-packages -r requirements/build.txt - pip install --break-system-packages git+https://github.com/rgommers/meson.git@dependency-openblas + pip install --break-system-packages git+https://github.com/numpy/meson.git@main-numpymeson - name: Build run: |