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

@@ -10,10 +10,9 @@ jobs:
# test locally on the runner, using miniconda # test locally on the runner, using miniconda
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: defaults:
matrix: run:
python-version: [3.11.5] shell: bash -el {0}
steps: steps:
- uses: https://github.com/actions/checkout@v4.1.1 - uses: https://github.com/actions/checkout@v4.1.1

View File

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