Skip to content

Commit

Permalink
fix: remove repeated process
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Dec 18, 2024
1 parent 1304e83 commit 7b0878a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
run: |
# cp ./OlivOS/hook.py ./OlivOS/hook_bak.py
# cp ./OlivOS/hook_pack.py ./OlivOS/hook.py
uv v
uv sync --all-extras --dev --all-groups
uv build
.venv\Scripts\Activate
.venv\Scripts\activate
uv run scripts.py build
env:
OLIVOS_ENV_PACK: "1"
Expand Down Expand Up @@ -58,9 +55,6 @@ jobs:
run: |
# cp ./OlivOS/hook.py ./OlivOS/hook_bak.py
# cp ./OlivOS/hook_pack_debug.py ./OlivOS/hook.py
uv v
uv sync --all-extras --dev --all-groups
uv build
source .venv/bin/activate
uv run scripts.py build
env:
Expand Down Expand Up @@ -90,9 +84,6 @@ jobs:
run: |
# cp ./OlivOS/hook.py ./OlivOS/hook_bak.py
# cp ./OlivOS/hook_pack_debug.py ./OlivOS/hook.py
uv v
uv sync --all-extras --dev --all-groups
uv build
source .venv/bin/activate
uv run scripts.py build
env:
Expand Down

0 comments on commit 7b0878a

Please sign in to comment.