Skip to content

Commit

Permalink
CI: upgrade to conda-incubator/setup-miniconda@v2
Browse files Browse the repository at this point in the history
closes manubot#388

> The `set-env` command is deprecated and will be disabled on
November 16th. Please upgrade to using Environment Files.
For more information see:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
  • Loading branch information
dhimmel committed Nov 10, 2020
1 parent aaefe9a commit f4d5e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manubot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
restore-keys: |
ci-cache-refs/heads/master
- name: Install Environment
uses: conda-incubator/setup-miniconda@v1
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: manubot
environment-file: build/environment.yml
Expand Down

0 comments on commit f4d5e9e

Please sign in to comment.