From cdfe7fbbd64a40847295b25cc2dcb3f3428d01f0 Mon Sep 17 00:00:00 2001 From: Will Barnes Date: Wed, 28 Aug 2024 23:15:39 -0400 Subject: [PATCH] try to get yum install to work --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a68e84b..52e3f30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: test_command: 'pytest -p no:warnings --doctest-rst --pyargs ebtelplusplus' sdist: false env: | - CIBW_BEFORE_BUILD_LINUX: yum install boost-devel + CIBW_BEFORE_BUILD_LINUX: yum install -y boost-devel CIBW_BEFORE_BUILD_MACOS: brew install boost CIBW_BEFORE_BUILD_WINDOWS: choco install -y boost-msvc-14.2 targets: |