From 2bc0aaf44890336e6a9db0aac4e130d40f0d80fb Mon Sep 17 00:00:00 2001 From: Thomas Sell Date: Tue, 25 Jun 2024 18:36:40 +0200 Subject: [PATCH] pysam was fixed --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c1221fa..e3634513 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,10 +77,8 @@ jobs: - name: Update environment using mamba run: mamba env update --name root --file /tmp/environment.yaml - # We are missing bioconda pysam packages for 3.11 and 3.12, cf. - # https://github.com/bioconda/bioconda-recipes/issues/37805 - # - name: Save time by installing packages via mamba. - # run: mamba install -y pysam + - name: Save time by installing packages via mamba. + run: mamba install -y pysam - name: Install dependencies run: |