Skip to content

Commit

Permalink
Skip local channel
Browse files Browse the repository at this point in the history
Apparently problematic in CI for some reason?
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent 433d0da commit d7ca64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/

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

- name: Test raw package
if: inputs.package == 'raw'
Expand Down
2 changes: 1 addition & 1 deletion setupsrc/pypdfium2_setup/craft_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
P_CONDA_RAW = "conda_raw"
P_CONDA_HELPERS = "conda_helpers"

CondaChannels = ("-c", "local", "-c", "bblanchon", "-c", "pypdfium2-team")
CondaChannels = ("-c", "bblanchon", "-c", "pypdfium2-team")
CondaDir = ProjectDir / "conda"


Expand Down

0 comments on commit d7ca64f

Please sign in to comment.