This commit is contained in:
Kevo 2022-02-26 10:35:58 +01:00
parent fc8cc85a04
commit 896d3b0cf6
17 changed files with 286 additions and 108 deletions

View file

@ -35,4 +35,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: documentation
folder: ./documentation
folder: ./documentation

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '^3.6'
python-version: '^3.10'
- name: Install dependencies
run: |

View file

@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '^3.6'
python-version: '^3.10'
- name: Install dependencies
run: |
@ -22,4 +22,4 @@ jobs:
- name: Test with pyTest
run: |
python -m pytest -v
python -m pytest -v