diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08e93c3..c1f729a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3] - #python-version: [3.9] + #python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3] + python-version: [3.11] defaults: run: @@ -30,10 +30,10 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: - auto-update-conda: false + auto-update-conda: true python-version: ${{ matrix.python-version }} use-only-tar-bz2: true - #mamba-version: "*" + mamba-version: "*" - name: Install mamba run: conda install -y -c conda-forge mamba @@ -173,7 +173,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3] + #python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3] + python-version: [3.11] defaults: run: