Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 36b8e9a commit 692e039
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 @@ -103,7 +103,7 @@ jobs:
run: |
python -VV
ls -l conda/${{ inputs.package }}/out/
conda install -y pypdfium2_${{ inputs.package }} -c ./conda/${{ inputs.package }}/out/
conda install -y pypdfium2_${{ inputs.package }} -c bblanchon -c pypdfium2-team -c ./conda/${{ inputs.package }}/out/
- 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 @@ -110,7 +110,7 @@ def __exit__(self, *_):

def run_conda_build(recipe_dir, out_dir, args=[]):
with TmpCommitCtx():
run_cmd(["conda", "build", *CondaChannels, recipe_dir, "--output-folder", out_dir, *args], cwd=ProjectDir, env=os.environ)
run_cmd(["conda", "build", recipe_dir, "--output-folder", out_dir, *args, *CondaChannels], cwd=ProjectDir, env=os.environ)


CondaNames = {
Expand Down

0 comments on commit 692e039

Please sign in to comment.