From 68ddb7cb001a8a4741c75e63792245f95d21e699 Mon Sep 17 00:00:00 2001 From: Jon Holba Date: Thu, 9 Jan 2025 21:58:38 +0100 Subject: [PATCH] add qt dependencies to test ert with flow --- .github/workflows/test_ert_with_flow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_ert_with_flow.yml b/.github/workflows/test_ert_with_flow.yml index c1256860d18..5718be5f4db 100644 --- a/.github/workflows/test_ert_with_flow.yml +++ b/.github/workflows/test_ert_with_flow.yml @@ -18,6 +18,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: ./.github/actions/install_dependencies_qt + with: + os: ${{ inputs.os }} + - uses: actions/setup-python@v5 id: setup_python with: