Skip to content

Commit

Permalink
change shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jul 6, 2024
1 parent 6460566 commit 7babdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Mamba
uses: mamba-org/setup-micromamba@v1
with:
generate-run-shell: false
generate-run-shell: true
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install Mamba
uses: mamba-org/setup-micromamba@v1
with:
generate-run-shell: false
generate-run-shell: true
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 7babdf6

Please sign in to comment.