diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a5c227d..5cd0d9a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup conda with python ${{ matrix.python-version }} uses: s-weigand/setup-conda@v1 with: - update-conda: true + update-conda: false python-version: ${{ matrix.python-version }} - name: Initialize powershell for conda (Windows only) diff --git a/.github/workflows/python_jobs.yml b/.github/workflows/python_jobs.yml index 1cd0446..1ea54ab 100644 --- a/.github/workflows/python_jobs.yml +++ b/.github/workflows/python_jobs.yml @@ -7,9 +7,10 @@ jobs: runs-on: ${{ matrix.os }} name: Build strategy: + fail-fast: false # complete remaining jobs matrix: os: [windows-latest, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] steps: - name: Checkout @@ -18,7 +19,7 @@ jobs: - name: Setup conda with python ${{ matrix.python-version }} uses: s-weigand/setup-conda@v1 with: - update-conda: true + update-conda: false python-version: ${{ matrix.python-version }} - name: Initialize powershell for conda (Windows only)