Skip to content

Commit

Permalink
Update ci-workflow.yml (#18)
Browse files Browse the repository at this point in the history
* Update ci-workflow.yml

* Update ci-test.yml
  • Loading branch information
AndrewAnnex committed Nov 18, 2020
1 parent 5f5b129 commit 71b8b29
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup miniconda
uses: goanpeca/setup-miniconda@v1
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
activate-environment: asp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup miniconda
uses: goanpeca/setup-miniconda@v1
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
activate-environment: asp
Expand Down

0 comments on commit 71b8b29

Please sign in to comment.