Skip to content

Commit

Permalink
Update update-pinned-env.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Dec 19, 2024
1 parent b6cbd44 commit f7596bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pinned-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Update pinned environment per OS
run: |
conda env export --name ${{ github.event.repository.name }} --no-builds --override-channels > envs/${{ matrix.suffix }}-pinned.yaml
conda env export --name ${{ github.event.repository.name }} --no-builds -c conda-forge -c bioconda --override-channels > envs/${{ matrix.suffix }}-pinned.yaml
- name: Add SPDX header
if: ${{ matrix.suffix != 'windows' }}
Expand Down

0 comments on commit f7596bd

Please sign in to comment.