Skip to content

Commit

Permalink
FIX: Conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 22, 2024
1 parent 2b60df3 commit 7ee8ec3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/cibw_before_test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -xeo pipefail

dnf config-manager --set-enabled powertools || 1
dnf install epel-release || 1
if [[ "$(cat /etc/redhat-release)" == 'AlmaLinux'* ]]; then
dnf config-manager --set-enabled powertools
dnf install epel-release
fi
yum install -y portaudio

0 comments on commit 7ee8ec3

Please sign in to comment.