Skip to content

Commit

Permalink
* micromamba ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imtambovtcev committed Aug 11, 2024
1 parent f3781de commit 577cb9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_micromamba.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-micromamba
name: CI

on: [push, pull_request]

Expand All @@ -21,6 +21,10 @@ jobs:
micromamba-version: latest
environment-file: environment.yml

- name: Remove existing environment if it exists
run: |
micromamba env remove -n hariplotterenv || echo "Environment not found, continuing..."
- name: Install dependencies with Micromamba
run: |
micromamba create -f environment.yml
Expand Down

0 comments on commit 577cb9b

Please sign in to comment.