Skip to content

Commit

Permalink
Merge pull request #249: Improve usage of setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Jan 13, 2023
2 parents 858ab5a + 4a76497 commit c600d2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-integration-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ runs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ inputs.python-version }}
mamba-version: "*"
miniforge-variant: Mambaforge
channels: conda-forge,bioconda
channel-priority: true
activate-environment: test

- run: cat ~/.profile || true
shell: bash -l -eo pipefail {0}
Expand Down

0 comments on commit c600d2d

Please sign in to comment.