We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835296e commit 6e3580eCopy full SHA for 6e3580e
.github/workflows/ci.yml
@@ -15,15 +15,18 @@ jobs:
15
python-version: ['3.10']
16
17
steps:
18
- - uses: actions/checkout@v3
+ - name: Checkout repository
19
+ uses: actions/checkout@v4
20
21
- name: Setup Conda with Mamba
- uses: conda-incubator/setup-miniconda@v2
22
+ uses: conda-incubator/setup-miniconda@v3
23
with:
24
auto-update-conda: true
25
python-version: ${{ matrix.python-version }}
- miniforge-variant: Mambaforge
26
miniforge-version: latest
27
+ miniforge-variant: Miniforge3
28
+ environment-file: environment.yml
29
+ activate-environment: vcc2025
30
use-mamba: true
31
channels: conda-forge,bioconda,defaults
32
channel-priority: flexible # IMPORTANT: Allow flexible solving
0 commit comments