Minor formatting and typo fixes in workflows

This commit is contained in:
Michael Luciuk 2025-09-04 15:15:05 -04:00
parent 9eb621edc1
commit d6e75661ca
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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