Skip to content

Commit

Permalink
Merge pull request #2503 from seqan/dependabot/github_actions/conda-i…
Browse files Browse the repository at this point in the history
…ncubator/setup-miniconda-3

Bump conda-incubator/setup-miniconda from 2 to 3
  • Loading branch information
eseiler committed Dec 4, 2023
2 parents d37bdec + c73ad5a commit 4f459a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install -r manual/requirements.txt
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3

- name: Install conda dependencies
run: conda install -c conda-forge boost-cpp bzip2 libxml2 zlib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup python environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: seqan
environment-file: manual/environment.yml
Expand Down

0 comments on commit 4f459a0

Please sign in to comment.