Skip to content

Commit

Permalink
Update test-conda-installs.yml
Browse files Browse the repository at this point in the history
- having errors with mamba in macos test, trying workaround as noted here: conda-incubator/setup-miniconda#274 (comment)
  • Loading branch information
AstrobioMike committed Oct 14, 2023
1 parent ad00ea1 commit 8a0e5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-conda-installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
python-version: "3.9"
miniforge-variant: Mambaforge
channels: astrobiomike,conda-forge,bioconda,defaults
channel-priority: true
Expand Down

0 comments on commit 8a0e5ca

Please sign in to comment.