Gitlab CI: Fix a python path

This commit is contained in:
João Valverde 2023-05-12 13:35:28 +01:00
parent dfd9e1d518
commit f660af095a
1 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ macOS Arm Package:
fi
- cd ..
- ninja test-programs
- pytest
- python3 -m pytest
needs: []
macOS Intel Package:
@ -489,7 +489,7 @@ macOS Intel Package:
fi
- cd ..
- ninja test-programs
- pytest
- python3 -m pytest
needs: []
# Build the User's Guide and Developer's Guide