From 2789bbfee1b6fa5af75efeb291b0085ddbf7e4f7 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 22 Feb 2024 11:44:54 -0700 Subject: [PATCH] Remove conda install --- .github/workflows/pytest.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 52ce5047..47ea8733 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -34,11 +34,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y gcc g++ bowtie2 samtools libsys-hostname-long-perl - - - name: Install dependencies - run: | - conda create -n test_env -c defaults -c conda-forge -c bioconda -y --debug -c bioconda pip trimmomatic flash numpy cython jinja2 tbb=2020.2 pyparsing=2.3.1 scipy matplotlib pandas plotly - conda init - name: Install Pytest run: |