Skip to content

Commit

Permalink
👷 ci(venv): update python build workflow
Browse files Browse the repository at this point in the history
- include creation of virtual environment using `uv venv`
  • Loading branch information
awwaawwa committed Dec 23, 2024
1 parent 3568ff2 commit 2caa9e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
uv pip install --system -e .[dev]
uv venv
uv pip install -e .[dev]
- name: Test - Code format
run: |
Expand Down

0 comments on commit 2caa9e3

Please sign in to comment.