Skip to content

Commit

Permalink
pysam was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Jun 25, 2024
1 parent 695d085 commit 2bc0aaf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2bc0aaf

Please sign in to comment.