Skip to content

Commit 0572c47

Browse files
committed
Add activation of venv
1 parent 0ab497e commit 0572c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: uv sync --dev --group docs
4545

4646
- name: Run sync script
47-
run: python scripts/sync_repositories_to_docs.py
47+
run: source .venv/bin/activate && python scripts/sync_repositories_to_docs.py
4848

4949
- name: Check for changes
5050
id: git-check

0 commit comments

Comments
 (0)