Skip to content

Commit

Permalink
fix: remove intel channel from selfupdater repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Sep 9, 2024
1 parent dc9b993 commit 43fe508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViroConstrictor/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from ViroConstrictor.logging import log
from ViroConstrictor.userprofile import AskPrompts

repo_channels = ("bioconda", "conda-forge", "intel")
repo_channels = ("bioconda", "conda-forge")
api_url = f"https://api.anaconda.org/release/bioconda/{__prog__.lower()}/latest"


Expand Down

0 comments on commit 43fe508

Please sign in to comment.