Skip to content

Commit cb5ad3e

Browse files
authored
use conda from defaults
1 parent d2fe5bd commit cb5ad3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/steps.conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
name: Linux
33
packages: ''
4-
install_cmd: conda install -yn base -c conda-forge conda python-libarchive-c
4+
install_cmd: conda install -yn base conda
55

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

0 commit comments

Comments
 (0)