From 8eee7f07d6a4847cda3864d4c680fa8b638c25ab Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Tue, 15 Oct 2024 07:57:09 +0200 Subject: [PATCH] Fixed macos_intel_install action --- .github/workflows/macos_intel_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos_intel_install.yml b/.github/workflows/macos_intel_install.yml index 957eec47a00d..29a5670038e3 100644 --- a/.github/workflows/macos_intel_install.yml +++ b/.github/workflows/macos_intel_install.yml @@ -83,6 +83,7 @@ jobs: - name: Run tests for hazardlib, sep, commands, engine, hmtk, risklib, commonlib and baselib to test installation if: always() run: | + curl -O https://downloads.openquake.org/test_data/exposure.hdf5 source ~/openquake/bin/activate cd ~/work/oq-engine/oq-engine/openquake pytest --doctest-modules --disable-warnings --color=yes --durations=10 hazardlib sep commands engine hmtk risklib commonlib baselib