Skip to content

Commit

Permalink
Remove the defaults and spyder-ide channels
Browse files Browse the repository at this point in the history
  • Loading branch information
eyllanesc committed Mar 10, 2022
1 parent 4cf417f commit d8a115e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
activate-environment: test
auto-update-conda: false
auto-activate-base: false
channels: conda-forge,defaults,spyder-ide
channels: conda-forge
channel-priority: strict
python-version: ${{ matrix.PYTHON_VERSION }}
- name: Install dependencies with conda
Expand Down
2 changes: 0 additions & 2 deletions requirements/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
channels:
- conda-forge
- defaults
- spyder-ide
dependencies:
# Main dependencies
- pyqt
Expand Down

0 comments on commit d8a115e

Please sign in to comment.