Skip to content

Commit a6dbc1b

Browse files
committed
*** Revert immediately after release ***
Use fork for source.
1 parent efb790c commit a6dbc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installers-conda/build_conda_pkgs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ class SpyderCondaPkg(BuildCondaPkg):
247247
name = "spyder"
248248
norm = False
249249
source = os.environ.get('SPYDER_SOURCE', HERE.parent)
250-
feedstock = "https://github.com/conda-forge/spyder-feedstock"
251-
feedstock_branch = "dev"
250+
feedstock = "https://github.com/mrclary/spyder-feedstock"
251+
feedstock_branch = "spyder-base"
252252
shallow_ver = "v5.3.2"
253253

254254
def _patch_source(self):

0 commit comments

Comments
 (0)