From 3447f586071e6c1180d10b60beee58c9b1d1afe6 Mon Sep 17 00:00:00 2001 From: Vratin Srivastava <114123331+vratins@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:09:20 -0400 Subject: [PATCH] Update main.yml - mmtf-python --- .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 5f51fdadc..5750ebdfe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: if [[ ${{ matrix.python-version }} == "3.11" ]]; then conda config --add channels conda-forge; fi conda create --yes -n test python=${{ matrix.python-version }} source activate test - conda install --yes numpy scipy nose pyparsing requests + conda install --yes numpy scipy nose pyparsing requests mmtf-python if [[ ${{ matrix.python-version }} == "2.7" ]]; then conda install --yes unittest2; fi pip install . python setup.py build_ext --inplace --force @@ -38,4 +38,4 @@ jobs: source activate test conda install --yes pytest pytest - \ No newline at end of file +