Skip to content

Commit

Permalink
[ci] disable mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Aug 20, 2023
1 parent 434b6e0 commit 904fadb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', 3]
#python-version: [3.8, 3.9, '3.10', 3]
python-version: [3]

defaults:
run:
Expand All @@ -29,7 +30,7 @@ jobs:
channels: conda-forge, sherpa
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true
mamba-version: "*"
#mamba-version: "*"

- name: Set directory names
run: |
Expand Down Expand Up @@ -174,7 +175,7 @@ jobs:
channels: conda-forge, sherpa
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true
mamba-version: "*"
#mamba-version: "*"

- name: Set directory names
run: |
Expand Down

0 comments on commit 904fadb

Please sign in to comment.