Comments
This commit is contained in:
parent
fc8cc85a04
commit
896d3b0cf6
17 changed files with 286 additions and 108 deletions
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
|||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||
with:
|
||||
branch: documentation
|
||||
folder: ./documentation
|
||||
folder: ./documentation
|
2
.github/workflows/publish_to_pypi.yml
vendored
2
.github/workflows/publish_to_pypi.yml
vendored
|
@ -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: |
|
||||
|
|
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue