File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ jobs:
113
113
- name : Install/Test raw package
114
114
if : inputs.package == 'raw'
115
115
run : |
116
- conda install -y pypdfium2_${{ inputs.package }} --override-channels -c ./conda_dist/ -c bblanchon
116
+ conda install -y pypdfium2_${{ inputs.package }} --override-channels -c ./conda_dist/ -c bblanchon -c defaults
117
117
python conda/raw/minitest.py
118
118
119
119
- name : Install/Test helpers package
120
120
if : inputs.package == 'helpers'
121
121
run : |
122
122
conda install -y pytest pillow numpy
123
- conda install -y pypdfium2_${{ inputs.package }} --override-channels -c ./conda_dist/ -c pypdfium2-team -c bblanchon
123
+ conda install -y pypdfium2_${{ inputs.package }} --override-channels -c ./conda_dist/ -c pypdfium2-team -c bblanchon -c defaults
124
124
pytest tests/ tests_old/
125
125
126
126
publish :
You can’t perform that action at this time.
0 commit comments