Skip to content

Commit

Permalink
display os info
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Nov 28, 2024
1 parent ab8453e commit 1a6c6eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand All @@ -51,6 +51,7 @@ jobs:
- uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: |
cat /etc/os-release
if grep -q 'Ubuntu' /etc/os-release; then
apt-get update &&
apt-get install -y libblas-dev liblapack-dev gfortran g++ &&
Expand Down

0 comments on commit 1a6c6eb

Please sign in to comment.