Skip to content

Commit

Permalink
Cannot exclude packages (pip) when using a lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Jul 29, 2024
1 parent 8f31a21 commit 8924dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ def _definitions():
"reverse_domain_identifier": "org.spyder-ide.Spyder",
"version": str(SPYVER),
"environment_file": str(BASE_LOCK_FILE),
"exclude": ["pip"],
"installer_filename": OUTPUT_FILE.name,
"installer_type": args.install_type,
"initialize_by_default": False,
Expand Down

0 comments on commit 8924dda

Please sign in to comment.