Skip to content

Commit

Permalink
*** Revert immediately after release ***
Browse files Browse the repository at this point in the history
Use fork for source.
  • Loading branch information
mrclary committed Jan 14, 2025
1 parent b178af0 commit 3f7cb19
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 @@ -247,8 +247,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 3f7cb19

Please sign in to comment.