From 98da4005394525aef765f087e430f99258df9002 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 24 Apr 2024 21:01:39 -0600 Subject: [PATCH] No need to find qt --- .github/workflows/ubuntu-ci-x86_64-gnu.yaml | 2 -- .github/workflows/ubuntu-ci-x86_64-intel.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ubuntu-ci-x86_64-gnu.yaml b/.github/workflows/ubuntu-ci-x86_64-gnu.yaml index 4e06617df..8859b0aa5 100644 --- a/.github/workflows/ubuntu-ci-x86_64-gnu.yaml +++ b/.github/workflows/ubuntu-ci-x86_64-gnu.yaml @@ -60,8 +60,6 @@ jobs: spack external find --scope system sed spack external find --scope system perl spack external find --scope system wget - PATH="/usr/local/opt/qt5/bin:$PATH" \ - spack external find --scope system qt spack external find --scope system texlive spack external find --scope system mysql diff --git a/.github/workflows/ubuntu-ci-x86_64-intel.yaml b/.github/workflows/ubuntu-ci-x86_64-intel.yaml index 8bdea2c37..c9f8ee085 100644 --- a/.github/workflows/ubuntu-ci-x86_64-intel.yaml +++ b/.github/workflows/ubuntu-ci-x86_64-intel.yaml @@ -60,8 +60,6 @@ jobs: spack external find --scope system sed spack external find --scope system perl spack external find --scope system wget - PATH="/usr/local/opt/qt5/bin:$PATH" \ - spack external find --scope system qt spack external find --scope system texlive spack external find --scope system mysql