Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 5, 2024
1 parent 9a62a82 commit 4363e8b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,14 @@ jobs:
- numpy
EOF
- name: Setup formatting environment
- name: Setup micromamba environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: /tmp/environment.yml
init-shell: bash
cache-environment: true
post-cleanup: none # breaks otherwise

- name: Install Python via conda
uses: s-weigand/setup-conda@v1
with:
python-version: ${{ matrix.python-version }}
conda-channels: defaults,bioconda,conda-forge

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4363e8b

Please sign in to comment.