File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,10 @@ jobs:
3535 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3636 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737 - name : " Install miniconda"
38- uses : conda-incubator/setup-miniconda@v2
38+ uses : conda-incubator/setup-miniconda@v3
3939 with :
4040 miniconda-version : " latest"
4141 auto-update-conda : true
42- mamba-version : " *"
4342 python-version : ${{ matrix.python-version }}
4443 channels : conda-forge,bioconda
4544 environment-file : environment.yml
Original file line number Diff line number Diff line change @@ -34,11 +34,10 @@ jobs:
3434 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3535 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3636 - name : " Install miniconda"
37- uses : conda-incubator/setup-miniconda@v2
37+ uses : conda-incubator/setup-miniconda@v3
3838 with :
3939 miniconda-version : " latest"
4040 auto-update-conda : true
41- mamba-version : " *"
4241 python-version : ${{ matrix.python-version }}
4342 channels : conda-forge,bioconda
4443 environment-file : environment.yml
You can’t perform that action at this time.
0 commit comments