3 Commits

Author SHA1 Message Date
a8a8f81cb3 Merge branch 'main' into gabby-dev
All checks were successful
Test Helper Module / test (push) Successful in 28s
2026-02-20 05:10:47 +00:00
4a8a947de5 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
2026-02-19 22:07:34 -07:00
733563d243 Merge pull request 'Add break readout for the bot-aux' (#2) from gabby-dev into main
All checks were successful
test and deploy / test (3.11.5) (push) Successful in 1m45s
test and deploy / push-and-build (push) Successful in 33s
Reviewed-on: #2
2025-12-23 13:15:05 +00:00
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