fix: [tests] missing sudo

pull/911/head
Christophe Vandeplas 2023-12-21 08:16:36 +01:00
parent a724ebde83
commit 3b50d7a605
No known key found for this signature in database
GPG Key ID: BDC48619FFDC5A5B
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
git submodule foreach git pull origin main
poetry install
popd
mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy
sudo mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy
- name: Test with Python module
run: |