Skip to content

Commit

Permalink
Fix conda-lock command in update-lockfile workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jun 10, 2023
1 parent e73d2d1 commit d1f32d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- name: Run conda-lock to recreate lockfile from scratch
run: |
rm environments/conda-lock.yml
conda-lock -f environments/dev-environment.yaml -f pyproject.toml
conda-lock \
--file=environments/dev-environment.yaml \
--file=pyproject.toml \
--lockfile=environments/conda-lock.yml
- name: Open a pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit d1f32d6

Please sign in to comment.