Skip to content

Commit

Permalink
Fix python version conda ci
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Sep 8, 2024
1 parent 911ff2c commit 06857ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
mamba-version: "*"
channels: conda-forge,bioconda
channel-priority: strict
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python }}

- name: install conda build
run: |
Expand Down

0 comments on commit 06857ae

Please sign in to comment.