Skip to content

Commit df5522e

Browse files
committed
removed unix specific command
1 parent 3bc1c34 commit df5522e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Configure Conda to only use conda-forge
2727
run: |
28-
conda config --remove channels defaults || echo "defaults channel not present"
28+
conda config --remove channels defaults
2929
conda config --add channels conda-forge
3030
conda config --set channel_priority strict
3131

0 commit comments

Comments
 (0)