Dropped the ADF build files and updated the package name install step in python-package.yml. Added bug_report.md and feature_request.md files for GitHub

This commit is contained in:
Chris McCarthy
2023-07-26 20:05:44 +01:00
parent 5c5528bb94
commit 1c4695d391
9 changed files with 68 additions and 202 deletions

View File

@@ -45,11 +45,11 @@ jobs:
run: |
python -m build
- name: Install Yawning-Titan
- name: Install PrimAITE
run: |
PRIMAITE_WHEEL=$(ls ./dist/primaite*.whl)
python -m pip install $PRIMAITE_WHEEL[dev]
- name: Perform PrimAITE Setup
run: |
primaite setup
@@ -61,6 +61,6 @@ jobs:
# exit-zero treats all errors as warnings.
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
- name: Run unmarked tests
- name: Run tests
run: |
pytest tests/