From df68501617115afd1d123c27bfae32c733df3dd1 Mon Sep 17 00:00:00 2001 From: Elmar Pruesse Date: Wed, 17 Jul 2024 17:03:51 -0600 Subject: [PATCH] Update workflow and setup.py --- .github/workflows/tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50da5626..f77be3ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,18 +24,19 @@ jobs: with: submodules: true fetch-depth: 0 # full history for setuptools_scm - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: # Don't update conda - performance: # miniconda-version: 'latest' # auto-update-conda: true python-version: ${{ matrix.python-version }} + miniforge-variant: Mambaforge + mamba-version: "*" channels: conda-forge,bioconda + channel-priority: strict environment-file: environment.yaml activate-environment: ymp - channel-priority: strict - mamba-version: "*" - - name: Install + - name: Install run: | pip install --no-deps . - name: Testing Core