Skip to content

Commit

Permalink
[ci] install w/o mamba first
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Aug 28, 2023
1 parent 30415d0 commit 7b2828a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true
mamba-version: "*"
#mamba-version: "*"

- name: Set directory names
run: |
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
auto-update-conda: true
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 7b2828a

Please sign in to comment.