Skip to content

Commit

Permalink
mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 28, 2024
1 parent 3c568c0 commit 575cebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/viewer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: feminos-viewer-build
name: Generate Viewer Distribution

on:
push:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
mamba install pyinstaller
mamba install -c conda-forge -r viewer/requirements
mamba install -c conda-forge --file viewer/requirements.txt
- name: Build
run: |
Expand Down

0 comments on commit 575cebe

Please sign in to comment.