From a724ebde83516065ef8bedc1d378b3551bc0e7c6 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Thu, 21 Dec 2023 08:12:54 +0100 Subject: [PATCH] fix: [tests] Use local Galaxies and not the misp-galaxies main branch --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index fce5ea0..82b5a44 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -44,6 +44,7 @@ jobs: git submodule foreach git pull origin main poetry install popd + mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy - name: Test with Python module run: |