Skip to content

Commit

Permalink
Merge pull request #1573 from davemfish/bugfix/BUILDS-1527-package-ve…
Browse files Browse the repository at this point in the history
…rsions

Include pip packages in package_versions.txt
  • Loading branch information
emlys committed May 10, 2024
2 parents d55bea1 + e2a6bd5 commit 135e316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -251,6 +251,7 @@ $(INVEST_BINARIES_DIR): | $(DIST_DIR) $(BUILD_DIR)
-$(RMDIR) $(INVEST_BINARIES_DIR)
$(PYTHON) -m PyInstaller --workpath $(BUILD_DIR)/pyi-build --clean --distpath $(DIST_DIR) exe/invest.spec
$(CONDA) list > $(INVEST_BINARIES_DIR)/package_versions.txt
$(PYTHON) -m pip list >> $(INVEST_BINARIES_DIR)/package_versions.txt
$(INVEST_BINARIES_DIR)/invest list

# Documentation.
Expand Down

0 comments on commit 135e316

Please sign in to comment.