Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Nov 21, 2024
1 parent 3b6c8ce commit 694ae53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CIBW_BEFORE_BUILD: |
if grep -q 'Ubuntu' /etc/os-release; then
apt-get update &&
apt-get install -y libblas-dev liblapack-dev gfortran &&
apt-get install -y libblas-dev liblapack-dev gfortran g++ &&
apt-get clean;
fi
CIBW_ARCHS_MACOS: auto universal2
Expand Down

0 comments on commit 694ae53

Please sign in to comment.