Skip to content

Commit

Permalink
Update .github/workflows/conda-lock-command.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Henderson <[email protected]>
  • Loading branch information
weiji14 and scottyhq authored Aug 7, 2024
1 parent db20db3 commit 0018bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-lock-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Generate unified 'conda-lock.yml' and platform-specific lockfiles
- name: Run conda-lock
run: |
conda-lock lock --mamba --kind lock --file environment.yml --platform linux-64
conda-lock lock --mamba --file environment.yml --platform linux-64
conda-lock render --kind explicit --platform linux-64
# Commit the change to the PR branch if any changes
Expand Down

0 comments on commit 0018bf6

Please sign in to comment.