Minor formatting and typo fixes in workflows
This commit is contained in:
parent
9eb621edc1
commit
d6e75661ca
|
@ -1,4 +1,4 @@
|
||||||
name: Build Docs
|
name: Build Sphinx Docs Set
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -9,6 +9,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
name: Build Docs
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ammaraskar/sphinx-action@0.4
|
- uses: ammaraskar/sphinx-action@0.4
|
||||||
|
|
|
@ -47,4 +47,4 @@ jobs:
|
||||||
- name: Very project import
|
- name: Very project import
|
||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
python -c "import ria_toolkit"
|
python -c "import ria_toolkit_oss"
|
||||||
|
|
|
@ -12,6 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.10', '3.11', '3.12']
|
python-version: ['3.10', '3.11', '3.12']
|
||||||
|
|
||||||
name: Test with tox
|
name: Test with tox
|
||||||
steps:
|
steps:
|
||||||
- name: Check out project
|
- name: Check out project
|
||||||
|
|
Loading…
Reference in New Issue
Block a user