Skip to content

Commit

Permalink
reverted back to micromamba for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Jul 17, 2021
1 parent 53dd034 commit 9824ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cgatapps_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
key:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('conda/environments/cgat-apps.yml') }}
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/provision-with-micromamba@main
with:
mamba-version: "0.7.0"
mamba-version: "*"
python-version: ${{ matrix.python-version }}
channels: conda-forge, bioconda, defaults
channel-priority: true
Expand Down

0 comments on commit 9824ae5

Please sign in to comment.