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:
push:
@ -9,6 +9,8 @@ on:
jobs:
docs:
runs-on: ubuntu-latest
name: Build Docs
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@0.4

View File

@ -47,4 +47,4 @@ jobs:
- name: Very project import
run: |
source .venv/bin/activate
python -c "import ria_toolkit"
python -c "import ria_toolkit_oss"

View File

@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
name: Test with tox
steps:
- name: Check out project