Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 6c53bf7 commit b18a38e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ inputs.py_version }}
channels: bblanchon,pypdfium2-team,local
channels: bblanchon,pypdfium2-team
channel-priority: strict

- name: Prepare
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.py }}
channels: bblanchon,pypdfium2-team,local
channels: bblanchon,pypdfium2-team
channel-priority: strict

- name: Download packages
Expand All @@ -103,7 +103,7 @@ jobs:
run: |
python -VV
ls -l conda/transfer/
conda install -y conda/transfer/*.tar.bz2
conda install -y --use-local conda/transfer/*.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", "bblanchon", "-c", "pypdfium2-team", "-c", "local")
CondaChannels = ("-c", "bblanchon", "-c", "pypdfium2-team")
CondaDir = ProjectDir / "conda"


Expand Down

0 comments on commit b18a38e

Please sign in to comment.