From 057ed2029188644e07aa74c387c1e5e0b267be82 Mon Sep 17 00:00:00 2001 From: Adam Niemes Date: Mon, 20 Oct 2025 13:54:38 -0400 Subject: [PATCH] updated install command --- .github/workflows/build_version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_version.yml b/.github/workflows/build_version.yml index 27faf99c4..840df0f3c 100644 --- a/.github/workflows/build_version.yml +++ b/.github/workflows/build_version.yml @@ -30,7 +30,6 @@ jobs: - name: Build Binary run: | pyinstaller --onedir \ - --contents-directory "." \ core.py \ --dist ./dist/output/core-windows \ --collect-submodules pyreadstat \