Skip to content

Commit c97fd42

Browse files
committed
🔧 Update CI/CD workflow configuration
Update GitHub Actions workflow configuration Modify CI/CD pipeline to align with recent project changes: - Adapt to UV dependency management instead of Poetry - Update testing and deployment workflow steps
1 parent 4b2ce8c commit c97fd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
version: "0.6.3"
109109
- name: Install dependencies
110110
run: |
111-
uv sync --groups dev
111+
uv sync
112112
uv pip install build twine
113113
- name: Build package
114114
run: uv run python -m build

0 commit comments

Comments
 (0)