Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent 339ba94 commit 80451ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
path: conda/${{ inputs.package }}/out/noarch/

- name: Install
run: conda install -c bblanchon -c pypdfium2-team conda/${{ inputs.package }}/out/*.tar.bz2
run: conda install -c bblanchon -c pypdfium2-team conda/${{ inputs.package }}/out/noarch/*.tar.bz2

- name: Test raw package
if: inputs.package == 'raw'
Expand Down

0 comments on commit 80451ca

Please sign in to comment.