Skip to content

Commit 1125239

Browse files
test issue fix
1 parent 71c7b5f commit 1125239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pip install uv
3737
cd src/ContentProcessor
3838
uv sync
39-
.venv\Scripts\activate
39+
echo "source .venv/bin/activate" >> $GITHUB_ENV
4040
pip install pytest-cov
4141
pip install pytest-asyncio
4242

0 commit comments

Comments
 (0)