Skip to content

Commit

Permalink
πŸ’š Add uv system flag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent b23777c commit 4d12979
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
defaults:
run:
shell: bash

env:
UV_SYSTEM_PYTHON: 1
steps:
- name: πŸ›ŽοΈ Checkout
uses: actions/checkout@v4
Expand All @@ -60,6 +61,7 @@ jobs:

- name: πŸ“₯ Install the project
run: |
uv pip install -U invoke wheel
uv sync --all-extras --dev
- name: 🏞️ Activate virtual environment
Expand Down

0 comments on commit 4d12979

Please sign in to comment.