From 468f4e1cf4e41624918f53cdb8804572be707176 Mon Sep 17 00:00:00 2001 From: Abdallah Ammar Date: Fri, 15 Nov 2024 18:30:33 +0100 Subject: [PATCH] rm configuration yml --- .github/workflows/configuration.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/configuration.yml diff --git a/.github/workflows/configuration.yml b/.github/workflows/configuration.yml deleted file mode 100644 index 787c38e..0000000 --- a/.github/workflows/configuration.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: QuAcK Configuration - -on: - push: - branches: - - ci - pull_request: - branches: - - master - schedule: - - cron: "00 20 * * 6" - - -jobs: - - configuration: - runs-on: ubuntu-20.04 - name: Dependencies - - steps: - - uses: actions/checkout@v3 - - name: Install dependencies - run: | - sudo apt install gfortran gcc liblapack-dev libblas-dev wget python3 make m4 pkg-config libhdf5-dev - - name: ninja - run: | - ./configure -i ninja || echo "Configuration failed"