diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c14fc6c6..9e4244d2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["2.7", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 @@ -26,6 +26,9 @@ jobs: environment-file: etc/conda-forge-testing.yaml activate-environment: ndarray + - name: Print conda environment + run: conda list -n ndarray + - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory # We'll use this as our working directory for all subsequent commands