Skip to content

Commit

Permalink
workflows/conda: remove a redundant layer of channels
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Nov 16, 2023
1 parent c6dd1d1 commit 2fbac25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
name: conda_package
path: conda_dist/

- name: Prepare
- name: Install
run: |
python -VV
ls -l conda_dist/
conda install -y pypdfium2_${{ inputs.package }} -c bblanchon -c pypdfium2-team -c ./conda_dist/
conda install -y pypdfium2_${{ inputs.package }} -c ./conda_dist/
- name: Test raw package
if: inputs.package == 'raw'
Expand Down

0 comments on commit 2fbac25

Please sign in to comment.