From 9d47bb79b5285a4efb9c38176afdc71128f961fb Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Wed, 20 Jul 2022 22:29:50 -0400 Subject: [PATCH] Update test_simpleaf.yml bioconda sync occurred, no need to use pip to install pyroe. --- .github/workflows/test_simpleaf.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test_simpleaf.yml b/.github/workflows/test_simpleaf.yml index 57a9055..3144618 100644 --- a/.github/workflows/test_simpleaf.yml +++ b/.github/workflows/test_simpleaf.yml @@ -42,12 +42,6 @@ jobs: channel-priority: true activate-environment: anaconda-client-env environment-file: simpleaf_conda_env.yml - # until pyroe 0.6.2 shows up in bioconda - # the numpy version thing is dumb - - name: Install pyroe - run: | - pip3 install numpy==1.22 - pip3 install pyroe - name: Test simpleaf shell: bash -l {0} run: |