diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 583771920a694aa810d17035f04464996a9ee035..f2de640be3f8d2b98d26d1ee3c7b98314be152f9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
     steps:
       - name: Install dependencies
         run: |
-          yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel openmpi boost suitesparse
+          yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
           ln -s /usr/bin/python3 /usr/bin/python
       - uses: actions/checkout@v3
         with: