Skip to content

Commit

Permalink
retry 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 55dc54d commit e01fbe1
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 @@ -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 ./conda/${{ inputs.package }}/out/
- name: Test raw package
if: inputs.package == 'raw'
Expand Down

0 comments on commit e01fbe1

Please sign in to comment.