Skip to content

Commit

Permalink
Testing uv instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbana-ansys committed Jan 12, 2025
1 parent e0ac887 commit 3dc4de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3dc4de4

Please sign in to comment.