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 fac7009 commit 87a35ca
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ jobs:
- name: Print environment variables
run: |
printenv
ls /usr/share/miniconda/bin/
- name: Find Mamba executable path
run: |
MAMBA_PATH=$(which mamba)
echo "Mamba is installed at: $MAMBA_PATH"
- name: Create Conda Environment
run: |
$MAMBA_PATH create -n marine_environment python=3.10 -y
/usr/share/miniconda/bin/mamba create -n marine_environment python=3.10 -y
conda activate marine_environment
$MAMBA_PATH env update -n marine_environment -f marine_environment.yml
/usr/share/miniconda/bin/mamba env update -n marine_environment -f marine_environment.yml
- name: Execute Integration Tests
run: |
Expand Down

0 comments on commit 87a35ca

Please sign in to comment.