Skip to content

Commit e682630

Browse files
committed
VED-305: Correct activate path.
1 parent 4606e8d commit e682630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
do
3636
cd $subproject
3737
python -m venv .venv
38-
source .venv/activate
38+
source .venv/bin/activate
3939
poetry install
4040
deactivate
4141
cd ..

0 commit comments

Comments
 (0)