#915 - Ensured primaite setup is carried out on devops pipelines that install primaite.

This commit is contained in:
Chris McCarthy
2023-06-08 08:39:00 +01:00
parent c03dc8fd6b
commit bf9fcddaa3
2 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ jobs:
pip install -e .[dev]
displayName: 'Install Yawning-Titan for docs autosummary'
- script: |
primaite setup
displayName: 'Perform PrimAITE Setup'
- script: |
cd docs
make html

View File

@@ -42,6 +42,10 @@ steps:
python -m pip install $PRIMAITE_WHEEL[dev]
displayName: 'Install PrimAITE'
- script: |
primaite setup
displayName: 'Perform PrimAITE Setup'
#- script: |
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics