Skip to content

Commit

Permalink
Add extra space in create-args to bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Nov 6, 2024
1 parent 2d82701 commit bf818c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
init-shell: bash
cache-environment: true
create-args: >-
python=${{ matrix.python-version }} --category=main --category=dev
python=${{ matrix.python-version }} --category=main --category=dev
- name: install conda-lock
run: |
Expand Down

0 comments on commit bf818c8

Please sign in to comment.