Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekofman authored Jul 8, 2024
1 parent 803eaa0 commit a88a3ff
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
- name: Checkout repo content
uses: actions/checkout@v2

- name: Setup Mamba
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: marine_environment.yml # If needed
activate-environment: marine_environment

- name: Install Mamba
run: |
sudo apt-get update
sudo apt-get install mamba -y
conda install -c conda-forge mamba
- name: Install dependencies
run: |
Expand Down

0 comments on commit a88a3ff

Please sign in to comment.