Skip to content

Commit

Permalink
ci: explicitly remove default conda channels to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Nov 12, 2024
1 parent 49025c0 commit 237278f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
python-version: "3.10"
miniforge-version: latest
conda-remove-defaults: true
- name: Install libsndfile
run: |
sudo apt-get update
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
with:
python-version: "3.10"
miniforge-version: latest
conda-remove-defaults: true
- name: Install libsndfile
run: |
sudo apt-get update
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
python-version: "3.10"
miniforge-version: latest
conda-remove-defaults: true
- name: Install sox and use conda to optimize other installs
run: |
conda install -y sox $(grep "pycountry\|pyworld" requirements.txt) -c conda-forge
Expand Down

0 comments on commit 237278f

Please sign in to comment.