fix: [tests] missing sudo

This commit is contained in:
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

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: |