Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent c24a84b commit aac83a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
auto-activate-base: true
activate-environment: ""
activate-environment: test
python-version: ${{ inputs.py_version }}

- name: Prepare
Expand Down Expand Up @@ -89,8 +88,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
auto-activate-base: true
activate-environment: ""
activate-environment: test
python-version: ${{ matrix.py }}

- name: Prepare
Expand Down

0 comments on commit aac83a7

Please sign in to comment.