Skip to content

Commit

Permalink
[ci] only py3.11; install mamba with setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 20, 2023
1 parent 2bb82fa commit a40c2c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a40c2c6

Please sign in to comment.