Skip to content

Commit ce1daf6

Browse files
committed
🔧 (.github/workflows): add virtual environment setup step in CI workflows for better isolation
1 parent a984e92 commit ce1daf6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Install dependencies
2929
run: |
30+
uv venv
3031
uv pip install -e ".[dev,test]"
3132
3233
- name: Run tests and checks

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
2929
- name: Install dependencies
3030
run: |
31+
uv venv
3132
uv pip install -e ".[dev,test]"
3233
3334
- name: Run format checks and typecheck

0 commit comments

Comments
 (0)