Skip to content

Commit

Permalink
*** Revert immediately prior to release ***
Browse files Browse the repository at this point in the history
Use fork for source.
  • Loading branch information
mrclary committed Dec 14, 2024
1 parent d0bca23 commit dedf9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers-conda/build_conda_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ class SpyderCondaPkg(BuildCondaPkg):
name = "spyder"
norm = False
source = os.environ.get('SPYDER_SOURCE', HERE.parent)
feedstock = "https://github.com/conda-forge/spyder-feedstock"
feedstock_branch = "dev"
feedstock = "https://github.com/mrclary/spyder-feedstock"
feedstock_branch = "spyder-base"
shallow_ver = "v5.3.2"

def _patch_source(self):
Expand Down

0 comments on commit dedf9a7

Please sign in to comment.