Skip to content

Commit

Permalink
Merge pull request #115 from wasade/ci_update
Browse files Browse the repository at this point in the history
add msgpack
  • Loading branch information
wasade authored Nov 29, 2021
2 parents b2c5f07 + 92e157e commit 6c06b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
conda create --yes -n test-env python=${{ matrix.python-version }} requests pandas click redis h5py nose
conda activate test-env
conda install -c conda-forge --yes scikit-bio
pip install flake8 nltk biom-format
pip install flake8 nltk biom-format msgpack
pip install -e . --no-deps
- name: Webdis install
Expand Down

0 comments on commit 6c06b67

Please sign in to comment.