Skip to content

Commit

Permalink
use conda to install test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 726b3d7 commit d1ce092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
run: |
python -VV
ls -l conda/transfer/
conda install bblanchon::pdfium-binaries
conda install conda/transfer/*.tar.bz2
conda install -y bblanchon::pdfium-binaries
conda install -y conda/transfer/*.tar.bz2
- name: Test raw package
if: inputs.package == 'raw'
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Test helpers package
if: inputs.package == 'helpers'
run: |
python -m pip install -U -r req/default.txt
conda install -y pytest pillow numpy
./run test
# publish:
Expand Down

0 comments on commit d1ce092

Please sign in to comment.