Skip to content

Commit

Permalink
update pipeline to miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuferentunc committed Oct 16, 2024
1 parent 3a55bf9 commit 95b079e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
add-pip-as-python-dependency: true
architecture: x64

miniforge-variant: Mambaforge
use-mamba: true
miniforge-variant: Miniforge
use-mamba: false
channels: conda-forge, defaults

activate-environment: domhmm-test
Expand All @@ -82,7 +82,7 @@ jobs:
with:
version: ${{ matrix.mdanalysis-version }}
install-tests: false
installer: mamba
installer: conda
shell: bash -l {0}

- name: Install package
Expand Down

0 comments on commit 95b079e

Please sign in to comment.