Skip to content

Commit e25a092

Browse files
committed
Merge branch 'main' of github.com:Magritte-code/p3droslo into main
2 parents 31be42e + 76ea2ec commit e25a092

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/upload-to-anaconda.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ jobs:
3333
- uses: actions/checkout@v3
3434
- uses: conda-incubator/setup-miniconda@v2
3535
with:
36-
miniconda-version: "latest"
37-
channels: bioconda, conda-forge, defaults
36+
mamba-version: "*"
37+
channels: conda-forge, bioconda, defaults
3838
use-only-tar-bz2: true
3939
auto-update-conda: true
4040
python-version: ${{ matrix.python-version }}
4141

4242
- name: Install dependencies
4343
run: |
44-
conda install pytest>=7
44+
mamba install pytest>=7
4545
- name: Install p3droslo from Anaconda.org
4646
run: |
47-
conda install -c freddeceuster p3droslo
47+
mamba install -c freddeceuster p3droslo
4848
- name: Test with pytest
4949
run: |
5050
pytest

0 commit comments

Comments
 (0)