Skip to content

Commit

Permalink
Can we use the lock file for runtime environment in constructor?
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed May 2, 2024
1 parent fff3d19 commit a2067d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ def _definitions():
"register_envs": False,
"extra_envs": {
"spyder-runtime": {
"specs": [k + v for k, v in specs.items()],
},
"environment_file": str(LOCK_FILE),
}
},
"channels_remap": [
{
Expand Down

0 comments on commit a2067d7

Please sign in to comment.