Skip to content

Commit

Permalink
Try to improve Conda performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota authored and senwu committed Sep 4, 2020
1 parent f3e7a01 commit 8f2a38a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ jobs:
- name: Install miniconda and python version ${{ matrix.python-version }}
uses: goanpeca/setup-miniconda@v1
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: strict
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Install dependencies
shell: bash -l {0}
run: |
conda install imagemagick
conda install poppler
conda install postgresql
conda install imagemagick poppler postgresql
# Start postgresql
initdb -D mylocal_db
pg_ctl -D mylocal_db start; sleep 5
Expand Down

0 comments on commit 8f2a38a

Please sign in to comment.