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 8a61f43 commit b6cbd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-pinned-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: ${{ github.event.repository.name }}
channels: bioconda,conda-forge
channels: bioconda,conda-forge,defaults
environment-file: ${{ env.BASE_ENV }}

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

0 comments on commit b6cbd44

Please sign in to comment.