Update workflows to accomodate defaults and also remove old python references
All checks were successful
Test Helper Module / test (push) Successful in 27s
Test Helper Module / test (pull_request) Successful in 32s

This commit is contained in:
2026-02-19 22:07:34 -07:00
parent 45401614d5
commit 4a8a947de5
2 changed files with 4 additions and 9 deletions

View File

@@ -14,11 +14,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
strategy:
matrix:
python-version: [3.11.5]
shell: bash -el {0}
steps:
- uses: https://github.com/actions/checkout@v4.1.1