We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c7b5f commit 1125239Copy full SHA for 1125239
1 file changed
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
pip install uv
37
cd src/ContentProcessor
38
uv sync
39
- .venv\Scripts\activate
+ echo "source .venv/bin/activate" >> $GITHUB_ENV
40
pip install pytest-cov
41
pip install pytest-asyncio
42
0 commit comments