-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,10 @@ jobs: | |
with: | ||
name: cibw-sdist | ||
path: dist | ||
- name: Install Ubuntu dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache | ||
- name: Install from sdist | ||
run: pip install "$(ls dist/freesas-*.tar.gz)" | ||
- name: Run tests | ||
|
@@ -114,6 +118,10 @@ jobs: | |
with: | ||
platforms: all | ||
- uses: ilammy/msvc-dev-cmd@v1 | ||
- name: Install Ubuntu dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache | ||
- uses: pypa/[email protected] | ||
env: | ||
# Use silx wheelhouse: needed for ppc64le | ||
|