Skip to content

Commit

Permalink
Fix mamba workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Jan 30, 2024
1 parent 2a6a818 commit 0e2bb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
channels:
- conda-forge
environment-name: lazyslide
create-args: >-
python=${{ matrix.python-version }}
init-shell: bash powershell
create-args: python=${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0e2bb15

Please # to comment.