Skip to content

Commit

Permalink
test should be activate per default
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 7, 2024
1 parent e732f8c commit 98b7279
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
# miniforge-variant: Mambaforge
# miniforge-version: latest
conda-solver: classic #libmamba
# conda-solver: libmamba
# use-mamba: true
# channels: conda-forge,defaults
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -111,9 +111,8 @@ jobs:

- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
auto-activate-base: true


- name: Install build dependencies explicitly
run: |
Expand Down

0 comments on commit 98b7279

Please sign in to comment.