From 0c72498aa24dcd641e89bbdacf45c09efa249070 Mon Sep 17 00:00:00 2001 From: Daniel McDonald Date: Mon, 29 Nov 2021 14:05:44 -0800 Subject: [PATCH 1/2] add msgpack --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4807e69..e47567b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - name: Install shell: bash -l {0} run: | - conda create --yes -n test-env python=${{ matrix.python-version }} requests pandas click redis h5py nose + conda create --yes -n test-env python=${{ matrix.python-version }} requests pandas click redis h5py nose msgpack conda activate test-env conda install -c conda-forge --yes scikit-bio pip install flake8 nltk biom-format From 92e157edd81ad702433201cb64604fcc7bab01b9 Mon Sep 17 00:00:00 2001 From: Daniel McDonald Date: Mon, 29 Nov 2021 14:12:14 -0800 Subject: [PATCH 2/2] add msgpack --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e47567b..575e971 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,10 +28,10 @@ jobs: - name: Install shell: bash -l {0} run: | - conda create --yes -n test-env python=${{ matrix.python-version }} requests pandas click redis h5py nose msgpack + 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