Skip to content

Commit

Permalink
Update setup-miniconda action to avoid "add-path" and "set-env" error…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Nov 17, 2020
1 parent 712f2cf commit e62f3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Miniconda with Python version ${{ matrix.python-version }}
uses: goanpeca/setup-miniconda@v1
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
channels: conda-forge
miniconda-version: "latest"
python-version: ${{ matrix.python-version }}
- name: Install dependencies
# activate conda
Expand Down

0 comments on commit e62f3b7

Please sign in to comment.