Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbana-ansys committed Jan 14, 2025
1 parent 3253307 commit 1792367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install Dependencies
run: |
uv pip install -e .[freeze]
uv sync --extra freeze
- name: Freeze application
run: uv run pyinstaller frozen.spec
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Install Dependencies
run: |
uv pip install -e .[freeze]
uv sync --extra freeze
- name: Freeze application
env:
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
- name: Install Dependencies
run: |
uv pip install -e .[freeze]
uv sync --extra freeze
- name: Freeze application
env:
Expand Down

0 comments on commit 1792367

Please sign in to comment.