From 3dc4de4a960508eb40adc6e058c7e05f2e121f8b Mon Sep 17 00:00:00 2001 From: Tushar Bana Date: Sun, 12 Jan 2025 22:30:32 +0530 Subject: [PATCH] Testing uv instead of pip --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 157df46c..1eeb260f 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -361,7 +361,7 @@ jobs: - name: Freeze application env: ADD_PYTHON_BINARIES: false - run: uv run PyInstaller frozen.spec + run: uv run pyinstaller frozen.spec - name: Setup and Copy CentOS/RHEL files for packaging if: contains(matrix.os, 'centos')