From 4a8a947de5f308c97b083994a44cd5125dc40d4b Mon Sep 17 00:00:00 2001 From: Gabriella Agathon Date: Thu, 19 Feb 2026 22:07:34 -0700 Subject: [PATCH] Update workflows to accomodate defaults and also remove old python references --- .github/workflows/deploy.yaml | 7 +++---- .github/workflows/test.yaml | 6 +----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ceaaa43..0ff55a3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,10 +10,9 @@ jobs: # test locally on the runner, using miniconda test: runs-on: ubuntu-latest - strategy: - matrix: - python-version: [3.11.5] - + defaults: + run: + shell: bash -el {0} steps: - uses: https://github.com/actions/checkout@v4.1.1 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4053af2..76b51fc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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