Skip to content

Commit

Permalink
Don't set environment-file: false for setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Aug 1, 2023
1 parent d94ab22 commit 890531b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tiledb-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Install conda-smithy and deps with micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: false
environment-name: env
create-args: >-
conda-smithy
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tiledb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Install conda-smithy with micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: false
environment-name: env
create-args: conda-smithy
cache-environment: true
Expand Down

0 comments on commit 890531b

Please sign in to comment.