From 04de9f79c3f2982b2482ee2771c36a69f5ab6e46 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Fri, 6 Feb 2026 11:00:32 -0500 Subject: [PATCH] ci: no need to install `fmt` or `yaml-cpp` they are now in the base images --- .github/workflows/ci.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2521ac6c..44f5e4d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,17 +114,11 @@ jobs: key: test_data_lfs path: test_data.hipo ### dependencies - ###### for iguana - - name: install packages for iguana - run: | - pacman -Sy --noconfirm - pacman -S --noconfirm \ - fmt \ - yaml-cpp ###### for coverage - name: install packages for coverage tests if: ${{ matrix.id == 'coverage' }} run: | + pacman -Sy --noconfirm pacman -S --noconfirm \ python-colorlog \ python-pygments \ @@ -355,12 +349,6 @@ jobs: with: name: install_cpp path: iguana - - name: install packages for iguana - run: | - pacman -Sy --noconfirm - pacman -S --noconfirm \ - fmt \ - yaml-cpp ### build clas12root - name: checkout clas12root uses: actions/checkout@v6 @@ -468,9 +456,7 @@ jobs: pacman -Sy --noconfirm pacman -S --noconfirm \ doxygen \ - fmt \ - graphviz \ - yaml-cpp + graphviz ### build - name: set latest version number to latest if: ${{ matrix.version == 'latest' }}