Skip to content

Commit

Permalink
use conda from defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Aug 11, 2020
1 parent d2fe5bd commit cb5ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/steps.conda.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
name: Linux
packages: ''
install_cmd: conda install -yn base -c conda-forge conda python-libarchive-c
install_cmd: conda install -yn base conda

steps:
- ${{ if eq(parameters.name, 'Linux') }}:
Expand Down

0 comments on commit cb5ad3e

Please sign in to comment.