Update some back-end configurations #3

Merged
contrastellar merged 6 commits from gabby-dev into main 2026-02-20 05:11:09 +00:00
2 changed files with 4 additions and 9 deletions
Showing only changes of commit 4a8a947de5 - Show all commits

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