Skip to content

Commit

Permalink
retry 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent b18a38e commit 55dc54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: conda_package
path: conda/${{ inputs.package }}/out/noarch/*.tar.bz2
path: conda/${{ inputs.package }}/out/

test:

Expand Down Expand Up @@ -97,13 +97,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: conda_package
path: conda/transfer/
path: conda/${{ inputs.package }}/out/

- name: Prepare
run: |
python -VV
ls -l conda/transfer/
conda install -y --use-local conda/transfer/*.tar.bz2
ls -l conda/${{ inputs.package }}/out/
conda install -y pypdfium2_${{ inputs.package }} -c conda/${{ inputs.package }}/out/
- name: Test raw package
if: inputs.package == 'raw'
Expand Down
2 changes: 1 addition & 1 deletion conda/helpers/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% set helpers_ver = environ["M_HELPERS_VER"] %}

package:
name: pypdfium2
name: pypdfium2_helpers
version: {{ helpers_ver }}

source:
Expand Down

0 comments on commit 55dc54d

Please sign in to comment.