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 1c178df commit 4c3b127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_micromamba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
micromamba-version: latest
environment-file: environment.yml

- name: Update or create environment with Micromamba
- name: Create or update environment with Micromamba
run: |
micromamba create -n hariplotterenv -f environment.yml --yes
micromamba activate hariplotterenv
- name: Run tests with pytest
run: |
Expand Down

0 comments on commit 4c3b127

Please sign in to comment.